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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???倚?┏ | 0011111100111111001111111001100011011111001111111000010010101100 | 3f3f3f98df3f84ac |
EUC-JP | ???倚?┏ | 0011111100111111001111111101000011100001001111111010100010101110 | 3f3f3fd0e13fa8ae |
UTF-8 | 劣믪빇倚뉑┏ | 111011111010011010011101111010111010111110101010111010111011100110000111111001011000000010011010111010111000100110010001111000101001010010001111 | efa69debafaaebb987e5809aeb8991e2948f |
UHC | 劣믪빇倚뉑┏ | 111001101110101110010010111011001001010110101110111010111110111110000111111001101010011010101110 | e6eb92ec95aeebef87e6a6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)