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 | 1111001011110101111100111011010001101000 | f2f5f3b468 |
SJIS-WIN | ???´h | 001111110011111100111111100000010100110001101000 | 3f3f3f814c68 |
EUC-JP | òõó´h | 100011111010101111010010100011111010101111011000100011111010101111010001101000011010110101101000 | 8fabd28fabd88fabd1a1ad68 |
UTF-8 | òõó´h | 110000111011001011000011101101011100001110110011110000101011010001101000 | c3b2c3b5c3b3c2b468 |
UHC | ???´h | 001111110011111100111111101000101010010101101000 | 3f3f3fa2a568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)