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 | 紆譽夭 | 111000101111110011100110101000111001101011101110 | e2fce6a39aee |
EUC-JP | 紆譽夭 | 111001001111111011101100101001011101010011110000 | e4feeca5d4f0 |
UTF-8 | 紆譽夭 | 111001111011010010000110111010001010110110111101111001011010010010101101 | e7b486e8adbde5a4ad |
UHC | 紆譽夭 | 111010011110000111100111111000101110100011101100 | e9e1e7e2e8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)