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 | セ齊カシ | 1011111011101010100011101011011010111100 | beea8eb6bc |
EUC-JP | セ齊カシ | 1000111010111110111100111110111010001110101101101000111010111100 | 8ebef3ee8eb68ebc |
UTF-8 | セ齊カシ | 111011111011110110111110111010011011110110001010111011111011110110110110111011111011110110111100 | efbdbee9bd8aefbdb6efbdbc |
UHC | ?齊?? | 0011111111110000101110100011111100111111 | 3ff0ba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)