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 | 巡?盛巡 | 10001111100001000011111110010000101101111000111110000100 | 8f843f90b78f84 |
EUC-JP | 巡?盛巡 | 10111101111001000011111111000000101110011011110111100100 | bde43fc0b9bde4 |
UTF-8 | 巡섑盛巡 | 111001011011011110100001111011001000010010010001111001111001101110011011111001011011011110100001 | e5b7a1ec8491e79b9be5b7a1 |
UHC | 巡섑盛巡 | 1110001011011110100110001110110111100000111111001110001011011110 | e2de98ede0fce2de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)