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 | 燧?? | 11100000100111000011111100111111 | e09c3f3f |
EUC-JP | 燧?? | 11011111111111000011111100111111 | dffc3f3f |
UTF-8 | 燧걟돖 | 111001111000011110100111111010101011000110011111111010111000111110010110 | e787a7eab19feb8f96 |
UHC | 燧걟돖 | 111000101010110010000001100010001000100110100000 | e2ac818889a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)