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 | 蜍コ霎樒臓 | 111001011000101110111010111010001011111010011110111001111001000110011111 | e58bbae8be9ee7919f |
EUC-JP | 蜍コ霎樒臓 | 11101001111010111000111010111010111100001100000011011100111010011100001010100001 | e9eb8ebaf0c0dce9c2a1 |
UTF-8 | 蜍コ霎樒臓 | 111010001001110010001101111011111011110110111010111010011001110010001110111001101010100010010010111010001000011110010011 | e89c8defbdbae99c8ee6a892e88793 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)