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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 竪短E竪短EB | 1001001001000111100100100101101001000101100100100100011110010010010110100100010101000010 | 9247925a459247925a4542 |
EUC-JP | 竪短E竪短EB | 1100001110101000110000111011101101000101110000111010100011000011101110110100010101000010 | c3a8c3bb45c3a8c3bb4542 |
UTF-8 | 竪短E竪短EB | 111001111010101110101010111001111001111110101101010001011110011110101011101010101110011110011111101011010100010101000010 | e7abaae79fad45e7abaae79fad4542 |
UHC | 竪短E竪短EB | 1110001010110101110100111010110101000101111000101011010111010011101011010100010101000010 | e2b5d3ad45e2b5d3ad4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)