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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 虎絲??蹈 | 1000110011010101111000110100111000111111001111111110011101000100 | 8cd5e34e3f3fe744 |
EUC-JP | 虎絲??蹈 | 1011100011010111111001011010111100111111001111111110110110100101 | b8d7e5af3f3feda5 |
UTF-8 | 虎絲렰꿱蹈 | 111010001001100110001110111001111011010110110010111010111010000010110000111010101011111110110001111010001011100110001000 | e8998ee7b5b2eba0b0eabfb1e8b988 |
UHC | 虎絲렰꿱蹈 | 11111011110110111101111011101010100011101011110110110010111010001101010010110000 | fbdbdeea8ebdb2e8d4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)