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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 夭橋? | 1001101011101110100010111011010000111111 | 9aee8bb43f |
EUC-JP | 夭橋? | 1101010011110000101101101011011000111111 | d4f0b6b63f |
UTF-8 | 夭橋렪 | 111001011010010010101101111001101010100110001011111010111010000010101010 | e5a4ade6a98beba0aa |
UHC | 夭橋렪 | 111010001110110011001110111010011000111010111000 | e8eccee98eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)