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 | 癲??椅х? | 111000011001111100111111001111111000100011010110100001001000011100111111 | e19f3f3f88d684873f |
EUC-JP | 癲??椅х? | 111000101010000100111111001111111011000011011000101001111110011100111111 | e2a13f3fb0d8a7e73f |
UTF-8 | 癲잆굟椅х뜲 | 1110011110011001101100101110110010011110100001101110101010110101100111111110011010100100100001011101000110000101111010111001110010110010 | e799b2ec9e86eab59fe6a485d185eb9cb2 |
UHC | 癲잆굟椅х뜲 | 111011111010011010011111111000111000001010000111111010111111010110101100111001111000110110110000 | efa69fe38287ebf5ace78db0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)