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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顫薙o岦 | 1110100011111010100100111110001110000010100011111111101010101100 | e8fa93e3828ffaac |
EUC-JP | 顫薙o岦 | 111100001111110011000110111001011010001111101111100011111011101110110011 | f0fcc6e5a3ef8fbbb3 |
UTF-8 | 顫薙o岦 | 111010011010000110101011111010001001011010011001111011111011110110001111111001011011001010100110 | e9a1abe89699efbd8fe5b2a6 |
UHC | 顫?o? | 111011111011010100111111101000111110111100111111 | efb53fa3ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)