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 | 蛟大ケシ | 111001011000000010010001111001011011100110111100 | e58091e5b9bc |
EUC-JP | 蛟大ケシ | 1110100111100000110000101110011110001110101110011000111010111100 | e9e0c2e78eb98ebc |
UTF-8 | 蛟大ケシ | 111010001001101110011111111001011010010010100111111011111011110110111001111011111011110110111100 | e89b9fe5a4a7efbdb9efbdbc |
UHC | 蛟大?? | 110011101111000111010011110111100011111100111111 | cef1d3de3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)