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 | ??ß??? | 001111110011111111011111001111110011111100111111 | 3f3fdf3f3f3f |
SJIS-WIN | ?????を | 00111111001111110011111100111111001111111000001011110000 | 3f3f3f3f3f82f0 |
EUC-JP | ??ß??を | 001111110011111110001111101010011100111000111111001111111010010011110010 | 3f3f8fa9ce3f3fa4f2 |
UTF-8 | 룵퀛ß룶쨵を | 1110101110100011101101011110110110000000100110111100001110011111111010111010001110110110111011001010100010110101111000111000001010010010 | eba3b5ed809bc39feba3b6eca8b5e38292 |
UHC | 룵퀛ß룶쨵を | 100011111010101010110011100011111010100110101100100011111010101110100100100011111010101011110010 | 8faab38fa9ac8faba48faaf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)