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 | 100100100100000110010010010000111001001001000001100100100100001101000010 | 924192439241924342 |
EUC-JP | 但辰但辰B | 110000111010001011000011101001001100001110100010110000111010010001000010 | c3a2c3a4c3a2c3a442 |
UTF-8 | 但辰但辰B | 11100100101111011000011011101000101111101011000011100100101111011000011011101000101111101011000001000010 | e4bd86e8beb0e4bd86e8beb042 |
UHC | 但辰但辰B | 110100111010001111110010111000111101001110100011111100101110001101000010 | d3a3f2e3d3a3f2e342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)