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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 岳??h岳?? | 100010100111100000111111001111110110100010001010011110000011111100111111 | 8a783f3f688a783f3f |
EUC-JP | 岳??h岳?? | 101100111101100100111111001111110110100010110011110110010011111100111111 | b3d93f3f68b3d93f3f |
UTF-8 | 岳묐궫h岳묐궫 | 11100101101100101011001111101011101011001001000011101010101101101010101101101000111001011011001010110011111010111010110010010000111010101011011010101011 | e5b2b3ebac90eab6ab68e5b2b3ebac90eab6ab |
UHC | 岳묐궫h岳묐궫 | 11100100101111111001000111101011100000101011110101101000111001001011111110010001111010111000001010111101 | e4bf91eb82bd68e4bf91eb82bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)