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 | 宍蒔蕊謝 | 1000111010110011100011101010101010001110110001111000111011010011 | 8eb38eaa8ec78ed3 |
EUC-JP | 宍蒔蕊謝 | 1011110010110101101111001010110010111100110010011011110011010101 | bcb5bcacbcc9bcd5 |
UTF-8 | 宍蒔蕊謝 | 111001011010111010001101111010001001001010010100111010001001010110001010111010001010110010011101 | e5ae8de89294e8958ae8ac9d |
UHC | ?蒔?謝 | 001111111110001111001000001111111101111011110011 | 3fe3c83fdef3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)