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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??臥^ | 0011111100111111100010011110011101011110 | 3f3f89e75e |
EUC-JP | ??臥^ | 0011111100111111101100101110100101011110 | 3f3fb2e95e |
UTF-8 | 씹렑臥^ | 11101100100101001011100111101011101000001001000111101000100001111010010101011110 | ec94b9eba091e887a55e |
UHC | 씹렑臥^ | 10111110110000111000111010100110111010001100001001011110 | bec38ea6e8c25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)