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 | 銀??倚 | 100010111110001000111111001111111001100011011111 | 8be23f3f98df |
EUC-JP | 銀??倚 | 101101101110010000111111001111111101000011100001 | b6e43f3fd0e1 |
UTF-8 | 銀당찗倚 | 111010011000101010000000111010111000101110111001111011001011000010010111111001011000000010011010 | e98a80eb8bb9ecb097e5809a |
UHC | 銀당찗倚 | 1110101111011110101101001110011110101001100101111110101111101111 | ebdeb4e7a997ebef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)