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 | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-WIN | 汝?y汝?yB | 100100111111000000111111011110011001001111110000001111110111100101000010 | 93f03f7993f03f7942 |
EUC-JP | 汝?y汝?yB | 110001101111001000111111011110011100011011110010001111110111100101000010 | c6f23f79c6f23f7942 |
UTF-8 | 汝烈y汝烈yB | 111001101011000110011101111011111010011010011111011110011110011010110001100111011110111110100110100111110111100101000010 | e6b19defa69f79e6b19defa69f7942 |
UHC | 汝烈y汝烈yB | 1110011010100011111001101110111101111001111001101010001111100110111011110111100101000010 | e6a3e6ef79e6a3e6ef7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)