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岦 | 1110100110011100100100111110001110000010100011111111101010101100 | e99c93e3828ffaac |
EUC-JP | 髴薙o岦 | 111100011111110011000110111001011010001111101111100011111011101110110011 | f1fcc6e5a3ef8fbbb3 |
UTF-8 | 髴薙o岦 | 111010011010101110110100111010001001011010011001111011111011110110001111111001011011001010100110 | e9abb4e89699efbd8fe5b2a6 |
UHC | ??o? | 0011111100111111101000111110111100111111 | 3f3fa3ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)