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 | 幽?驛 | 1001011101001000001111111110100110000011 | 97483fe983 |
EUC-JP | 幽?驛 | 1100110110101001001111111111000111100011 | cda93ff1e3 |
UTF-8 | 幽얟驛 | 111001011011100110111101111011001001011010011111111010011010100110011011 | e5b9bdec969fe9a99b |
UHC | 幽얟驛 | 111010101110101110011110010001111110011010111110 | eaeb9e47e6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)