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 | ???K | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-WIN | 逆??K | 1000101101110100001111110011111101001011 | 8b743f3f4b |
EUC-JP | 逆??K | 1011010111010101001111110011111101001011 | b5d53f3f4b |
UTF-8 | 逆곲낡K | 11101001100000001000011011101010101100111011001011101011100000101010000101001011 | e98086eab3b2eb82a14b |
UHC | 逆곲낡K | 11100110101111011000000111101001101100111011000001001011 | e6bd81e9b3b04b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)