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 | 裔コ蟋 | 1110010111100001101110101110010110100111 | e5e1bae5a7 |
EUC-JP | 裔コ蟋 | 111010101110001110001110101110101110101010101001 | eae38ebaeaa9 |
UTF-8 | 裔コ蟋 | 111010001010001110010100111011111011110110111010111010001001111110001011 | e8a394efbdbae89f8b |
UHC | 裔?? | 11100111111000000011111100111111 | e7e03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)