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 | 匙??亞?? | 1000110111111010001111110011111110011000101100010011111100111111 | 8dfa3f3f98b13f3f |
EUC-JP | 匙??亞?? | 1011101011111100001111110011111111010000101100110011111100111111 | bafc3f3fd0b33f3f |
UTF-8 | 匙롰뢘亞귦뢘 | 111001011000110010011001111010111010000110110000111010111010001010011000111001001011101010011110111010101011011110100110111010111010001010011000 | e58c99eba1b0eba298e4ba9eeab7a6eba298 |
UHC | 匙롰뢘亞귦뢘 | 111000111011010110001110111011011000111101010011111001001010110010000010111011011000111101010011 | e3b58eed8f53e4ac82ed8f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)