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 | ??邪 | 00111111001111111000111011010111 | 3f3f8ed7 |
EUC-JP | ??邪 | 00111111001111111011110011011001 | 3f3fbcd9 |
UTF-8 | 뤚괄邪 | 111010111010010010011010111010101011010010000100111010011000001010101010 | eba49aeab484e982aa |
UHC | 뤚괄邪 | 100011111100100110110000111111011101111011110111 | 8fc9b0fddef7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)