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 | 膺レ? | 1110010001011110100000111000110000111111 | e45e838c3f |
EUC-JP | 膺レ? | 1110011110111111101001011110110000111111 | e7bfa5ec3f |
UTF-8 | 膺レ뮇 | 111010001000011010111010111000111000001110101100111010111010111010000111 | e886bae383acebae87 |
UHC | 膺レ뮇 | 111010111110110010101011111011001001001010010110 | ebecabec9296 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)