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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 幽?㏄預 | 10010111010010000011111110000111011101001001011101100001 | 97483f87749761 |
EUC-JP | 幽??預 | 110011011010100100111111001111111100110111000010 | cda93f3fcdc2 |
UTF-8 | 幽낅㏄預 | 111001011011100110111101111010111000001010000101111000111000111110000100111010011010000010010000 | e5b9bdeb8285e38f84e9a090 |
UHC | 幽낅㏄預 | 1110101011101011100001011110101110100111101001101110011111101000 | eaeb85eba7a6e7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)