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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 贈則嘆狸B | 100100011010000110010001101001011001001001010001100100100100101101000010 | 91a191a59251924b42 |
EUC-JP | 贈則嘆狸B | 110000101010001111000010101001111100001110110010110000111010110001000010 | c2a3c2a7c3b2c3ac42 |
UTF-8 | 贈則嘆狸B | 11101000101101001000100011100101100010011000011111100101100110001000011011100111100010111011100001000010 | e8b488e58987e59886e78bb842 |
UHC | 贈則嘆狸B | 111100011111110011110110110011101111011110100011110101111110000101000010 | f1fcf6cef7a3d7e142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)