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 | 踟誤矯 | 111001101111011110001100111010111000101110111000 | e6f78ceb8bb8 |
EUC-JP | 踟誤矯 | 111011001111100110111000111011011011011010111010 | ecf9b8edb6ba |
UTF-8 | 踟誤矯 | 111010001011100010011111111010001010101010100100111001111001111110101111 | e8b89fe8aaa4e79faf |
UHC | ?誤矯 | 0011111111101000101001101100111011101100 | 3fe8a6ceec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)