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 | 才?肢?鳥? | 100011011100101100111111100011101000100000111111100100101011100100111111 | 8dcb3f8e883f92b93f |
EUC-JP | 才?肢?鳥? | 101110101100110100111111101110111110100000111111110001001011101100111111 | bacd3fbbe83fc4bb3f |
UTF-8 | 才렱肢렖鳥냥 | 111001101000100110001101111010111010000010110001111010001000001010100010111010111010000010010110111010011011001110100101111010111000001110100101 | e6898deba0b1e882a2eba096e9b3a5eb83a5 |
UHC | 才렱肢렖鳥냥 | 111011101010011010001110101111101111001010110110100011101010101111110000111010001011001111001001 | eea68ebef2b68eabf0e8b3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)