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 | 踐ゅ圭 | 111001101111011010000010111000111000110001011100 | e6f682e38c5c |
EUC-JP | 踐ゅ圭 | 111011001111100010100100111001011011011110111101 | ecf8a4e5b7bd |
UTF-8 | 踐ゅ圭 | 111010001011100010010000111000111000001010000101111001011001110010101101 | e8b890e38285e59cad |
UHC | 踐ゅ圭 | 111101001100001010101010111001011101000010100100 | f4c2aae5d0a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)