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 | 潴瘧膰 | 111000000110101111100001100010101110010001010111 | e06be18ae457 |
EUC-JP | 潴瘧膰 | 110111111100110011100001111010101110011110111000 | dfcce1eae7b8 |
UTF-8 | 潴瘧膰 | 111001101011110110110100111001111001100010100111111010001000011010110000 | e6bdb4e798a7e886b0 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)