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 | 誾レ謐 | 1111101110100111110110101110011010001101 | fba7dae68d |
EUC-JP | 誾レ謐 | 10001111110111101010010010001110110110101110101111101101 | 8fdea48edaebed |
UTF-8 | 誾レ謐 | 111010001010101010111110111011111011111010011010111010001010110010010000 | e8aabeefbe9ae8ac90 |
UHC | 誾?謐 | 1110101111011101001111111101101011001101 | ebdd3fdacd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)