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 | 胱゙ | 11110010111100001111011011010010111000111111011111011110 | f2f0f6d2e3f7de |
EUC-JP | ??胱゙ | 001111110011111111100110111110011000111011011110 | 3f3fe6f98ede |
UTF-8 | 胱゙ | 111011101000100010100111111011101001001110111001111010001000001110110001111011111011111010011110 | ee88a7ee93b9e883b1efbe9e |
UHC | ??胱? | 0011111100111111110011101100110100111111 | 3f3fcecd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)