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 | 髴薙o岦溯 | 11101001100111001001001111100011100000101000111111111010101011001001111111101000 | e99c93e3828ffaac9fe8 |
EUC-JP | 髴薙o岦溯 | 1111000111111100110001101110010110100011111011111000111110111011101100111101111011101010 | f1fcc6e5a3ef8fbbb3deea |
UTF-8 | 髴薙o岦溯 | 111010011010101110110100111010001001011010011001111011111011110110001111111001011011001010100110111001101011101010101111 | e9abb4e89699efbd8fe5b2a6e6baaf |
UHC | ??o?溯 | 00111111001111111010001111101111001111111110000110111101 | 3f3fa3ef3fe1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)