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 | 堊??宥?┏ | 100110101011111100111111001111111001011101000111001111111000010010101100 | 9abf3f3f97473f84ac |
EUC-JP | 堊??宥?┏ | 110101001100000100111111001111111100110110101000001111111010100010101110 | d4c13f3fcda83fa8ae |
UTF-8 | 堊앹뢿宥껅┏ | 111001011010000010001010111011001001010110111001111010111010001010111111111001011010111010100101111010101011101110000101111000101001010010001111 | e5a08aec95b9eba2bfe5aea5eabb85e2948f |
UHC | 堊앹뢿宥껅┏ | 111001001011111010011101111011001000111110000010111010101110100110000011111001101010011010101110 | e4be9dec8f82eae983e6a6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)