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 | 調?汀經? | 1001001010110010001111111001001011110011111000110101001100111111 | 92b23f92f3e3533f |
EUC-JP | 調?汀經? | 1100010010110100001111111100010011110101111001011011010000111111 | c4b43fc4f5e5b43f |
UTF-8 | 調렊汀經뤒 | 111010001010101010111111111010111010000010001010111001101011000110000000111001111011011010010011111010111010010010010010 | e8aabfeba08ae6b180e7b693eba492 |
UHC | 調렊汀經뤒 | 11110000111000001000111010100001111011111110001011001100111010001000111111000010 | f0e08ea1efe2cce88fc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)