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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 潁??\ | 1001111111110001001111110011111101011100 | 9ff13f3f5c |
EUC-JP | 潁??\ | 1101111011110011001111110011111101011100 | def33f3f5c |
UTF-8 | 潁욇겗\ | 11100110101111011000000111101100100110101000011111101010101100101001011101011100 | e6bd81ec9a87eab2975c |
UHC | 潁욇겗\ | 11100111101110001001111011101001100000011010111001011100 | e7b89ee981ae5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)