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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???臾??? | 0011111100111111001111111110010001101011001111110011111100111111 | 3f3f3fe46b3f3f3f |
EUC-JP | ???臾??? | 0011111100111111001111111110011111001100001111110011111100111111 | 3f3f3fe7cc3f3f3f |
UTF-8 | 列룸뿊臾됱뜭呂 | 111011111010011010011100111010111010001110111000111010111011111110001010111010001000011110111110111010111001000010110001111010111001110010101101111011111010011010000000 | efa69ceba3b8ebbf8ae887beeb90b1eb9cadefa680 |
UHC | 列룸뿊臾됱뜭呂 | 1110011011101010101101111110101110010111100100011110101110101100100010011110110010001101101011011110010111111011 | e6eab7eb9791ebac89ec8dade5fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)