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 | 鱆軸鈐疾 | 1110100111100001100011101011001011111011110000101000111010111110 | e9e18eb2fbc28ebe |
EUC-JP | 鱆軸鈐疾 | 111100101110001110111100101101001000111111100011110000011011110011000000 | f2e3bcb48fe3c1bcc0 |
UTF-8 | 鱆軸鈐疾 | 111010011011000110000110111010001011101110111000111010011000100010010000111001111001011010111110 | e9b186e8bbb8e98890e796be |
UHC | ?軸鈐疾 | 00111111111101011110111011001100101000101111001011110000 | 3ff5eecca2f2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)