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 | 列룸뿊臾딆솇 | 111011111010011010011100111010111010001110111000111010111011111110001010111010001000011110111110111010111001010010000110111011001000011010000111 | efa69ceba3b8ebbf8ae887beeb9486ec8687 |
UHC | 列룸뿊臾딆솇 | 111001101110101010110111111010111001011110010001111010111010110010001010111011001001100110001011 | e6eab7eb9791ebac8aec998b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)