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 | 驗吮悪諤ァ驗 | 1110100110000100100110011110001010001000101010111110011010000000101001111110100110000100 | e98499e288abe680a7e984 |
EUC-JP | 驗吮悪諤ァ驗 | 111100011110010011010010111001001011000010101101111010111110000010001110101001111111000111100100 | f1e4d2e4b0adebe08ea7f1e4 |
UTF-8 | 驗吮悪諤ァ驗 | 111010011010100110010111111001011001000010101110111001101000001010101010111010001010101110100100111011111011110110100111111010011010100110010111 | e9a997e590aee682aae8aba4efbda7e9a997 |
UHC | 驗????驗 | 1111101011010000001111110011111100111111001111111111101011010000 | fad03f3f3f3ffad0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)