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 | 錝嫉裔豢 | 1111101111011101100011101011100111100101111000011110011010110100 | fbdd8eb9e5e1e6b4 |
EUC-JP | 錝嫉裔豢 | 100011111110010011011011101111001011101111101010111000111110110010110110 | 8fe4dbbcbbeae3ecb6 |
UTF-8 | 錝嫉裔豢 | 111010011000110010011101111001011010101110001001111010001010001110010100111010001011000110100010 | e98c9de5ab89e8a394e8b1a2 |
UHC | ?嫉裔? | 001111111111001011101100111001111110000000111111 | 3ff2ece7e03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)