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 | 顫榊クカ粱セ | 111010001111101010001101111001011011100010110110111000101110101110111110 | e8fa8de5b8b6e2ebbe |
EUC-JP | 顫榊クカ粱セ | 111100001111110010111010111001111000111010111000100011101011011011100100111011011000111010111110 | f0fcbae78eb88eb6e4ed8ebe |
UTF-8 | 顫榊クカ粱セ | 111010011010000110101011111001101010011010001010111011111011110110111000111011111011110110110110111001111011001010110001111011111011110110111110 | e9a1abe6a68aefbdb8efbdb6e7b2b1efbdbe |
UHC | 顫???粱? | 1110111110110101001111110011111100111111110101011101110000111111 | efb53f3f3fd5dc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)