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 | ???馹?? | 0011111100111111001111111000111111101001101000010011111100111111 | 3f3f3f8fe9a13f3f |
UTF-8 | 閭잛궘馹닷래 | 111011111010011010000110111011001001111010011011111010101011011010011000111010011010011010111001111010111000101110110111111010111001111010011000 | efa686ec9e9beab698e9a6b9eb8bb7eb9e98 |
UHC | 閭잛궘馹닷래 | 111001101010110110011111111011001000001010101101111011001111000110110100111001011011011110100001 | e6ad9fec82adecf1b4e5b7a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)