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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ??㎏h??㎏ | 001111110011111110000111011100110110100000111111001111111000011101110011 | 3f3f8773683f3f8773 |
EUC-JP | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
UTF-8 | 吏쇱㎏h吏쇱㎏ | 11101111101001111001111011101100100001111011000111100011100011101000111101101000111011111010011110011110111011001000011110110001111000111000111010001111 | efa79eec87b1e38e8f68efa79eec87b1e38e8f |
UHC | 吏쇱㎏h吏쇱㎏ | 11101100101001111011110011101100101001111011100001101000111011001010011110111100111011001010011110111000 | eca7bceca7b868eca7bceca7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)