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 | 岳??海? | 10001010011110000011111100111111100010100100001100111111 | 8a783f3f8a433f |
EUC-JP | 岳??海? | 10110011110110010011111100111111101100111010010000111111 | b3d93f3fb3a43f |
UTF-8 | 岳묐뜉海루 | 111001011011001010110011111010111010110010010000111010111001110010001001111001101011010110110111111010111010001110101000 | e5b2b3ebac90eb9c89e6b5b7eba3a8 |
UHC | 岳묐뜉海루 | 11100100101111111001000111101011100011011000110011111010101011011011011111100111 | e4bf91eb8d8cfaadb7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)