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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髴薙o岦溯豐 | 111010011001110010010011111000111000001010001111111110101010110010011111111010001110011010110010 | e99c93e3828ffaac9fe8e6b2 |
EUC-JP | 髴薙o岦溯豐 | 11110001111111001100011011100101101000111110111110001111101110111011001111011110111010101110110010110100 | f1fcc6e5a3ef8fbbb3deeaecb4 |
UTF-8 | 髴薙o岦溯豐 | 111010011010101110110100111010001001011010011001111011111011110110001111111001011011001010100110111001101011101010101111111010001011000110010000 | e9abb4e89699efbd8fe5b2a6e6baafe8b190 |
UHC | ??o?溯? | 0011111100111111101000111110111100111111111000011011110100111111 | 3f3fa3ef3fe1bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)