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 | 堊?? | 10011010101111110011111100111111 | 9abf3f3f |
EUC-JP | 堊?? | 11010100110000010011111100111111 | d4c13f3f |
UTF-8 | 堊곷뜃 | 111001011010000010001010111010101011001110110111111010111001110010000011 | e5a08aeab3b7eb9c83 |
UHC | 堊곷뜃 | 111001001011111010000001111010111000110110000111 | e4be81eb8d87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)