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 | 瘟∽? | 1110000110001001100000011110010000111111 | e18981e43f |
EUC-JP | 瘟∽? | 1110000111101001101000101110011000111111 | e1e9a2e63f |
UTF-8 | 瘟∽슬 | 111001111001100010011111111000101000100010111101111011001000101010101100 | e7989fe288bdec8aac |
UHC | 瘟∽슬 | 111010001011000010100001111011111011110110111101 | e8b0a1efbdbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)