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 | 辿鱈属誰揃但 | 100100100100100010010010010011001001000110101110100100100100111010010001101101011001001001000001 | 9248924c91ae924e91b59241 |
EUC-JP | 辿鱈属誰揃但 | 110000111010100111000011101011011100001010110000110000111010111111000010101101111100001110100010 | c3a9c3adc2b0c3afc2b7c3a2 |
UTF-8 | 辿鱈属誰揃但 | 111010001011111010111111111010011011000110001000111001011011000110011110111010001010101010110000111001101000111110000011111001001011110110000110 | e8bebfe9b188e5b19ee8aab0e68f83e4bd86 |
UHC | ???誰?但 | 0011111100111111001111111110001011000001001111111101001110100011 | 3f3f3fe2c13fd3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)