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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 辰狸辰狸B | 100100100100001110010010010010111001001001000011100100100100101101000010 | 9243924b9243924b42 |
EUC-JP | 辰狸辰狸B | 110000111010010011000011101011001100001110100100110000111010110001000010 | c3a4c3acc3a4c3ac42 |
UTF-8 | 辰狸辰狸B | 11101000101111101011000011100111100010111011100011101000101111101011000011100111100010111011100001000010 | e8beb0e78bb8e8beb0e78bb842 |
UHC | 辰狸辰狸B | 111100101110001111010111111000011111001011100011110101111110000101000010 | f2e3d7e1f2e3d7e142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)