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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 調????檣 | 1001001010110010001111110011111100111111001111111001111011111100 | 92b23f3f3f3f9efc |
EUC-JP | 調?勖??檣 | 11000100101101000011111110001111101100111110110100111111001111111101110011111110 | c4b43f8fb3ed3f3fdcfe |
UTF-8 | 調렊勖펜뤌檣 | 111010001010101010111111111010111010000010001010111001011000101110010110111011011000111010011100111010111010010010001100111001101010101010100011 | e8aabfeba08ae58b96ed8e9ceba48ce6aaa3 |
UHC | 調렊勖펜뤌檣 | 111100001110000010001110101000011110100111101101110001101110011010001111101111001110110111101010 | f0e08ea1e9edc6e68fbcedea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)