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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???臾?? | 00111111001111110011111111100100011010110011111100111111 | 3f3f3fe46b3f3f |
EUC-JP | ???臾?? | 00111111001111110011111111100111110011000011111100111111 | 3f3f3fe7cc3f3f |
UTF-8 | 列룸뿊臾됱뜭 | 111011111010011010011100111010111010001110111000111010111011111110001010111010001000011110111110111010111001000010110001111010111001110010101101 | efa69ceba3b8ebbf8ae887beeb90b1eb9cad |
UHC | 列룸뿊臾됱뜭 | 111001101110101010110111111010111001011110010001111010111010110010001001111011001000110110101101 | e6eab7eb9791ebac89ec8dad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)