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 | 贈則嘆狸 | 1001000110100001100100011010010110010010010100011001001001001011 | 91a191a59251924b |
EUC-JP | 贈則嘆狸 | 1100001010100011110000101010011111000011101100101100001110101100 | c2a3c2a7c3b2c3ac |
UTF-8 | 贈則嘆狸 | 111010001011010010001000111001011000100110000111111001011001100010000110111001111000101110111000 | e8b488e58987e59886e78bb8 |
UHC | 贈則嘆狸 | 1111000111111100111101101100111011110111101000111101011111100001 | f1fcf6cef7a3d7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)