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 | ???^F | 0011111100111111001111110101111001000110 | 3f3f3f5e46 |
SJIS-WIN | ?m?^F | 001111111000001010001101001111110101111001000110 | 3f828d3f5e46 |
EUC-JP | ?m?^F | 001111111010001111101101001111110101111001000110 | 3fa3ed3f5e46 |
UTF-8 | 淋m슌^F | 1110111110100111101101011110111110111101100011011110110010001010100011000101111001000110 | efa7b5efbd8dec8a8c5e46 |
UHC | 淋m슌^F | 1110110011111000101000111110110110011010100111000101111001000110 | ecf8a3ed9a9c5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)