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 | 迹?運??亘 | 111001111001000100111111100010010101111000111111001111111001100001101010 | e7913f895e3f3f986a |
EUC-JP | 迹?運??亘 | 111011011111000100111111101100011011111100111111001111111100111111001011 | edf13fb1bf3f3fcfcb |
UTF-8 | 迹렠運숄렯亘 | 111010001011111110111001111010111010000010100000111010011000000110001011111011001000100010000100111010111010000010101111111001001011101010011000 | e8bfb9eba0a0e9818bec8884eba0afe4ba98 |
UHC | 迹렠運숄렯亘 | 111011101110100110001110101100011110101010100001101111001111000110001110101111001101000011100110 | eee98eb1eaa1bcf18ebcd0e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)