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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 濚????? | 1000111111001001101000010011111100111111001111110011111100111111 | 8fc9a13f3f3f3f3f |
UTF-8 | 濚믧벤呂곈쉬 | 111001101011111110011010111010111010111110100111111010111011001010100100111011111010011010000000111010101011001110001000111011001000100110101100 | e6bf9aebafa7ebb2a4efa680eab388ec89ac |
UHC | 濚믧벤呂곈쉬 | 111001111011100110010010111010011011101010100101111001011111101110110000111010011011110110101100 | e7b992e9baa5e5fbb0e9bdac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)