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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 汝??o | 1001001111110000001111110011111101101111 | 93f03f3f6f |
EUC-JP | 汝??o | 1100011011110010001111110011111101101111 | c6f23f3f6f |
UTF-8 | 汝싨래o | 11100110101100011001110111101100100010111010100011101011100111101001100001101111 | e6b19dec8ba8eb9e986f |
UHC | 汝싨래o | 11100110101000111001101011100110101101111010000101101111 | e6a39ae6b7a16f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)