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 | 畑??倚у? | 100101001010100000111111001111111001100011011111100001001000010100111111 | 94a83f3f98df84853f |
EUC-JP | 畑??倚у? | 110010001010101000111111001111111101000011100001101001111110010100111111 | c8aa3f3fd0e1a7e53f |
UTF-8 | 畑띕뀪倚у㎤ | 1110011110010101100100011110101110011101100101011110101110000000101010101110010110000000100110101101000110000011111000111000111010100100 | e79591eb9d95eb80aae5809ad183e38ea4 |
UHC | 畑띕뀪倚у㎤ | 111011111010010110110110111010111000010110100000111010111110111110101100111001011010011110101000 | efa5b6eb85a0ebeface5a7a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)