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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驕躯ケオ | 111010011000000110001011111010111011100110110101 | e9818bebb9b5 |
EUC-JP | 驕躯ケオ | 1111000111100001101101101110110110001110101110011000111010110101 | f1e1b6ed8eb98eb5 |
UTF-8 | 驕躯ケオ | 111010011010100110010101111010001011101010101111111011111011110110111001111011111011110110110101 | e9a995e8baafefbdb9efbdb5 |
UHC | 驕??? | 1100111011110110001111110011111100111111 | cef63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)