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 | 但嘆贈脱谷 | 10010010010000011001001001010001100100011010000110010010010001011001001001001010 | 9241925191a19245924a |
EUC-JP | 但嘆贈脱谷 | 11000011101000101100001110110010110000101010001111000011101001101100001110101011 | c3a2c3b2c2a3c3a6c3ab |
UTF-8 | 但嘆贈脱谷 | 111001001011110110000110111001011001100010000110111010001011010010001000111010001000010010110001111010001011000010110111 | e4bd86e59886e8b488e884b1e8b0b7 |
UHC | 但嘆贈?谷 | 110100111010001111110111101000111111000111111100001111111100110111011011 | d3a3f7a3f1fc3fcddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)