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 | 予?裔 | 1001011101011100001111111110010111100001 | 975c3fe5e1 |
EUC-JP | 予?裔 | 1100110110111101001111111110101011100011 | cdbd3feae3 |
UTF-8 | 予쎟裔 | 111001001011101010001000111011001000111010011111111010001010001110010100 | e4ba88ec8e9fe8a394 |
UHC | 予쎟裔 | 111001011111100010011011110001101110011111100000 | e5f89bc6e7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)