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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???掖? | 001111110011111100111111100111010111010000111111 | 3f3f3f9d743f |
EUC-JP | ???掖? | 001111110011111100111111110110011101010100111111 | 3f3f3fd9d53f |
UTF-8 | 僚밭걯掖뢆 | 111011111010011010111011111010111011000010101101111010101011000110101111111001101000111010010110111010111010001010000110 | efa6bbebb0adeab1afe68e96eba286 |
UHC | 僚밭걯掖뢆 | 11101000111010001011100111100111100000011001100011100100111110101000111101000010 | e8e8b9e78198e4fa8f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)