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 | 堤??倚 | 100100101110011100111111001111111001100011011111 | 92e73f3f98df |
EUC-JP | 堤??倚 | 110001001110100100111111001111111101000011100001 | c4e93f3fd0e1 |
UTF-8 | 堤멧갖倚 | 111001011010000010100100111010111010100110100111111010101011000010010110111001011000000010011010 | e5a0a4eba9a7eab096e5809a |
UHC | 堤멧갖倚 | 1111000010100111101110001110010010110000101011101110101111101111 | f0a7b8e4b0aeebef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)