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 | ?T??? | 0011111101010100001111110011111100111111 | 3f543f3f3f |
SJIS-WIN | 短T但嘆贈 | 100100100101101001010100100100100100000110010010010100011001000110100001 | 925a549241925191a1 |
EUC-JP | 短T但嘆贈 | 110000111011101101010100110000111010001011000011101100101100001010100011 | c3bb54c3a2c3b2c2a3 |
UTF-8 | 短T但嘆贈 | 11100111100111111010110101010100111001001011110110000110111001011001100010000110111010001011010010001000 | e79fad54e4bd86e59886e8b488 |
UHC | 短T但嘆贈 | 110100111010110101010100110100111010001111110111101000111111000111111100 | d3ad54d3a3f7a3f1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)