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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 岳?h岳? | 10001010011110000011111101101000100010100111100000111111 | 8a783f688a783f |
EUC-JP | 岳?h岳? | 10110011110110010011111101101000101100111101100100111111 | b3d93f68b3d93f |
UTF-8 | 岳랰h岳랰 | 11100101101100101011001111101011100111101011000001101000111001011011001010110011111010111001111010110000 | e5b2b3eb9eb068e5b2b3eb9eb0 |
UHC | 岳랰h岳랰 | 111001001011111110001110010011000110100011100100101111111000111001001100 | e4bf8e4c68e4bf8e4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)