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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 淀叛? | 1001011110000100100101001011111000111111 | 978494be3f |
EUC-JP | 淀叛? | 1100110111100100110010001100000000111111 | cde4c8c03f |
UTF-8 | 淀叛껌 | 111001101011011110000000111001011000111110011011111010101011101110001100 | e6b780e58f9beabb8c |
UHC | 淀叛껌 | 111011111110001111011010111001001011001010101101 | efe3dae4b2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)