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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 譚醍矯h | 11100110100111011001000111100111100010111011100001101000 | e69d91e78bb868 |
EUC-JP | 譚醍矯h | 11101011111111011100001011101001101101101011101001101000 | ebfdc2e9b6ba68 |
UTF-8 | 譚醍矯h | 11101000101011011001101011101001100001101000110111100111100111111010111101101000 | e8ad9ae9868de79faf68 |
UHC | 譚醍矯h | 11010011110010011111000010110101110011101110110001101000 | d3c9f0b5ceec68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)