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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ???瀣? | 00111111001111110011111110001111110010011011000100111111 | 3f3f3f8fc9b13f |
UTF-8 | 捻뚭엽瀣쏂 | 111011111010011010100100111010111001101010101101111011001001011110111101111001111000000010100011111011001000111110000010 | efa6a4eb9aadec97bde780a3ec8f82 |
UHC | 捻뚭엽瀣쏂 | 11100110111101111000110011101010101111111011000111111010101011101001101111101000 | e6f78ceabfb1faae9be8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)