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 | 畑??宥?┯ | 100101001010100000111111001111111001011101000111001111111000010010110110 | 94a83f3f97473f84b6 |
EUC-JP | 畑??宥?┯ | 110010001010101000111111001111111100110110101000001111111010100010111000 | c8aa3f3fcda83fa8b8 |
UTF-8 | 畑댐퐟宥껓┯ | 111001111001010110010001111010111000110010010000111011011001000010011111111001011010111010100101111010101011101110010011111000101001010010101111 | e79591eb8c90ed909fe5aea5eabb93e294af |
UHC | 畑댐퐟宥껓┯ | 111011111010010110110100111011111011110110001000111010101110100110000011111011111010011010111000 | efa5b4efbd88eae983efa6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)