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 | 1101110111000000110011101011010001110100 | ddc0ceb474 |
SJIS-WIN | ???´t | 001111110011111100111111100000010100110001110100 | 3f3f3f814c74 |
EUC-JP | ÝÀδt | 100011111010101011110010100011111010101010100010100011111010101011000010101000011010110101110100 | 8faaf28faaa28faac2a1ad74 |
UTF-8 | ÝÀδt | 110000111001110111000011100000001100001110001110110000101011010001110100 | c39dc380c38ec2b474 |
UHC | ???´t | 001111110011111100111111101000101010010101110100 | 3f3f3fa2a574 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)