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 | 隘??岳?? | 1110100010100101001111110011111110001010011110000011111100111111 | e8a53f3f8a783f3f |
EUC-JP | 隘??岳?? | 1111000010100111001111110011111110110011110110010011111100111111 | f0a73f3fb3d93f3f |
UTF-8 | 隘녻뇮岳껇큹 | 111010011001101010011000111010111000010110111011111010111000011110101110111001011011001010110011111010101011101110000111111011011000000110111001 | e99a98eb85bbeb87aee5b2b3eabb87ed81b9 |
UHC | 隘녻뇮岳껇큹 | 111001001111011010000110111010001000011110010011111001001011111110000011111010001011010010001000 | e4f686e88793e4bf83e8b488 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)