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 | 浯鈴㊧跂 | 1111101011111100100101111110100110000111100010001110011011100011 | fafc97e98788e6e3 |
EUC-JP | 浯鈴?跂 | 1000111111000111110000111100111011101011001111111110110011100101 | 8fc7c3ceeb3fece5 |
UTF-8 | 浯鈴㊧跂 | 111001101011010110101111111010011000100010110100111000111000101010100111111010001011011110000010 | e6b5afe988b4e38aa7e8b782 |
UHC | ?鈴?? | 0011111111010110110000100011111100111111 | 3fd6c23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)