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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 汝?汝?^ | 10010011111100000011111110010011111100000011111101011110 | 93f03f93f03f5e |
EUC-JP | 汝鉥汝鉥^ | 1100011011110010100011111110001111101000110001101111001010001111111000111110100001011110 | c6f28fe3e8c6f28fe3e85e |
UTF-8 | 汝鉥汝鉥^ | 11100110101100011001110111101001100010011010010111100110101100011001110111101001100010011010010101011110 | e6b19de989a5e6b19de989a55e |
UHC | 汝鉥汝鉥^ | 111001101010001111100010111111001110011010100011111000101111110001011110 | e6a3e2fce6a3e2fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)