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 | 罌??洵k? | 111000111010000000111111001111111001111110101011100000101000101100111111 | e3a03f3f9fab828b3f |
EUC-JP | 罌??洵k? | 111001101010001000111111001111111101111010101101101000111110101100111111 | e6a23f3fdeada3eb3f |
UTF-8 | 罌뷜뵞洵k삱 | 111001111011110110001100111010111011011110011100111010111011010110011110111001101011010010110101111011111011110110001011111011001000001010110001 | e7bd8cebb79cebb59ee6b4b5efbd8bec82b1 |
UHC | 罌뷜뵞洵k삱 | 111001011010001010111010111000101001010010011110111000101110011110100011111010111001100010101100 | e5a2bae2949ee2e7a3eb98ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)