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 | 璧寢汢 | 111000001111100010011011100010101001111110001001 | e0f89b8a9f89 |
EUC-JP | 璧寢汢 | 111000001111101011010101111010101101110111101001 | e0fad5eadde9 |
UTF-8 | 璧寢汢 | 111001111001001010100111111001011010111110100010111001101011000110100010 | e792a7e5afa2e6b1a2 |
UHC | 璧寢? | 1101101111111101111101101101011000111111 | dbfdf6d63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)