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 | 癲j?椅х? | 11100001100111111000001010001010001111111000100011010110100001001000011100111111 | e19f828a3f88d684873f |
EUC-JP | 癲j?椅х? | 11100010101000011010001111101010001111111011000011011000101001111110011100111111 | e2a1a3ea3fb0d8a7e73f |
UTF-8 | 癲j퀋椅х뜲 | 1110011110011001101100101110111110111101100010101110110110000000100010111110011010100100100001011101000110000101111010111001110010110010 | e799b2efbd8aed808be6a485d185eb9cb2 |
UHC | 癲j퀋椅х뜲 | 111011111010011010100011111010101011001110000001111010111111010110101100111001111000110110110000 | efa6a3eab381ebf5ace78db0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)