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 | 貊磅ル | 1110011010111011111000011111101011011001 | e6bbe1fad9 |
EUC-JP | 貊磅ル | 111011001011110111100010111111001000111011011001 | ecbde2fc8ed9 |
UTF-8 | 貊磅ル | 111010001011001010001010111001111010001110000101111011111011111010011001 | e8b28ae7a385efbe99 |
UHC | 貊磅? | 1101100011100111110110111011011000111111 | d8e7dbb63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)