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 | ??×? | 00111111001111111101011100111111 | 3f3fd73f |
SJIS-WIN | 癲?×猿 | 11100001100111110011111110000001011111101000100110001110 | e19f3f817e898e |
EUC-JP | 癲?×猿 | 11100010101000010011111110100001110111111011000111101110 | e2a13fa1dfb1ee |
UTF-8 | 癲곸×猿 | 1110011110011001101100101110101010110011101110001100001110010111111001111000110010111111 | e799b2eab3b8c397e78cbf |
UHC | 癲곸×猿 | 1110111110100110100000011110110010100001101111111110101010111011 | efa681eca1bfeabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)