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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???徇??? | 0011111100111111001111111001110001101101001111110011111100111111 | 3f3f3f9c6d3f3f3f |
EUC-JP | ???徇??? | 0011111100111111001111111101011111001110001111110011111100111111 | 3f3f3fd7ce3f3f3f |
UTF-8 | 溫뚨쭣徇쀨왊寧 | 111001101011101010101011111010111001101010101000111011001010110110100011111001011011111010000111111011001000000010101000111011001001100110001010111011111010011010101010 | e6baabeb9aa8ecada3e5be87ec80a8ec998aefa6aa |
UHC | 溫뚨쭣徇쀨왊寧 | 1110100010101110100011001110011110100111100110001110001011011111100101111110100010011110101110111110011110101100 | e8ae8ce7a798e2df97e89ebbe7ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)