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 | シン瑜 | 10111100110111011110000011101111 | bcdde0ef |
EUC-JP | シン瑜 | 100011101011110010001110110111011110000011110001 | 8ebc8edde0f1 |
UTF-8 | シン瑜 | 111011111011110110111100111011111011111010011101111001111001000110011100 | efbdbcefbe9de7919c |
UHC | ??瑜 | 00111111001111111110101110100101 | 3f3feba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)