To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莊ミタ晙 | 111001001011010111010000110000001111101011010111 | e4b5d0c0fad7 |
EUC-JP | 莊ミタ晙 | 111010001011011110001110110100001000111011000000100011111100001010111010 | e8b78ed08ec08fc2ba |
UTF-8 | 莊ミタ晙 | 111010001000111010001010111011111011111010010000111011111011111010000000111001101001100110011001 | e88e8aefbe90efbe80e69999 |
UHC | 莊??晙 | 111011011111011000111111001111111111000111011011 | edf63f3ff1db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)