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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 裴暑玄 | 111001011110100010001111100010111000110010111010 | e5e88f8b8cba |
EUC-JP | 裴暑玄 | 111010101110101010111101111010111011100010111100 | eaeabdebb8bc |
UTF-8 | 裴暑玄 | 111010001010001110110100111001101001101010010001111001111000111010000100 | e8a3b4e69a91e78e84 |
UHC | 裴暑玄 | 110110111101000011011111111101001111101011011100 | dbd0dff4fadc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)