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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鞦軸鈐室 | 1110100011100001100011101011001011111011110000101000111010111010 | e8e18eb2fbc28eba |
EUC-JP | 鞦軸鈐室 | 111100001110001110111100101101001000111111100011110000011011110010111100 | f0e3bcb48fe3c1bcbc |
UTF-8 | 鞦軸鈐室 | 111010011001111010100110111010001011101110111000111010011000100010010000111001011010111010100100 | e99ea6e8bbb8e98890e5aea4 |
UHC | ?軸鈐室 | 00111111111101011110111011001100101000101110001111111000 | 3ff5eecca2e3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)