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 | ?岫?健げ | 0011111110011011101010110011111110001100100100101000001010110000 | 3f9bab3f8c9282b0 |
EUC-JP | ?岫?健げ | 0011111111010110101011010011111110110111111100101010010010110010 | 3fd6ad3fb7f2a4b2 |
UTF-8 | 룵岫룴健げ | 111010111010001110110101111001011011001010101011111010111010001110110100111001011000000110100101111000111000000110010010 | eba3b5e5b2abeba3b4e581a5e38192 |
UHC | 룵岫룴健げ | 10001111101010101110000111111011100011111010100111001011111011011010101010110010 | 8faae1fb8fa9cbedaab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)