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 | 昻??彦? | 11111010110100000011111100111111100101010100011000111111 | fad03f3f95463f |
EUC-JP | ???彦? | 001111110011111100111111110010011010011100111111 | 3f3f3fc9a73f |
UTF-8 | 昻뽮낵彦덈 | 111001101001100010111011111010111011110110101110111010111000001010110101111001011011110110100110111010111000110110001000 | e698bbebbdaeeb82b5e5bda6eb8d88 |
UHC | 昻뽮낵彦덈 | 11100100111010011001011011101010101100111011110011100101111010011000100011101011 | e4e996eab3bce5e988eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)