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 | 岳??娃 | 100010100111100000111111001111111000100010100001 | 8a783f3f88a1 |
EUC-JP | 岳??娃 | 101100111101100100111111001111111011000010100011 | b3d93f3fb0a3 |
UTF-8 | 岳껅겘娃 | 111001011011001010110011111010101011101110000101111010101011001010011000111001011010100010000011 | e5b2b3eabb85eab298e5a883 |
UHC | 岳껅겘娃 | 1110010010111111100000111110011010000001101011111110100011011111 | e4bf83e681afe8df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)