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 | 汝??蘖?? | 1001001111110000001111110011111110011111010100000011111100111111 | 93f03f3f9f503f3f |
EUC-JP | 汝??蘖?? | 1100011011110010001111110011111111011101101100010011111100111111 | c6f23f3fddb13f3f |
UTF-8 | 汝싪뇮蘖띶겢 | 111001101011000110011101111011001000101110101010111010111000011110101110111010001001100010010110111010111001110110110110111010101011001010100010 | e6b19dec8baaeb87aee89896eb9db6eab2a2 |
UHC | 汝싪뇮蘖띶겢 | 111001101010001110011010111010001000011110010011111001011110111010001101111001011000000110110100 | e6a39ae88793e5ee8de581b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)