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 | ??ザ節?? | 0011111100111111100000110101010110010000110111110011111100111111 | 3f3f835590df3f3f |
EUC-JP | ??ザ節?? | 0011111100111111101001011011011011000000111000010011111100111111 | 3f3fa5b6c0e13f3f |
UTF-8 | 廉뉓ザ節쇼눓 | 111011111010011010100010111010111000100110010011111000111000001010110110111001111010111110000000111011001000011110111100111010111000100010010011 | efa6a2eb8993e382b6e7af80ec87bceb8893 |
UHC | 廉뉓ザ節쇼눓 | 111001101111010110000111111010001010101110110110111011111011110110111100111011101000011110101111 | e6f587e8abb6efbdbcee87af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)