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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 魍磆溪 | 111010011011000111100001111101011001111111100010 | e9b1e1f59fe2 |
EUC-JP | 魍磆溪 | 111100101011001111100010111101111101111011100100 | f2b3e2f7dee4 |
UTF-8 | 魍磆溪 | 111010011010110110001101111001111010001110000110111001101011101010101010 | e9ad8de7a386e6baaa |
UHC | ??溪 | 00111111001111111100110110100010 | 3f3fcda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)