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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 祭?糾鄭? | 1000110111010101001111111000101110001010100100110100000100111111 | 8dd53f8b8a93413f |
EUC-JP | 祭?糾鄭? | 1011101011010111001111111011010111101010110001011010001000111111 | bad73fb5eac5a23f |
UTF-8 | 祭몃糾鄭렩 | 111001111010010110101101111010111010101010000011111001111011001110111110111010011000010010101101111010111010000010101001 | e7a5adebaa83e7b3bee984adeba0a9 |
UHC | 祭몃糾鄭렩 | 11110000101011101011100011101011110100001010110011101111111101111000111010110111 | f0aeb8ebd0aceff78eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)