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 | 霓?∥異 | 11101000101111010011111110000001011000011000100011011001 | e8bd3f816188d9 |
EUC-JP | 霓?‖異 | 11110000101111110011111110100001110000101011000011011011 | f0bf3fa1c2b0db |
UTF-8 | 霓ㅻ∥異 | 111010011001110010010011111000111000010110111011111000101000100010100101111001111001010110110000 | e99c93e385bbe288a5e795b0 |
UHC | 霓ㅻ∥異 | 1110011111100111101001001110101110100001101010111110110010110110 | e7e7a4eba1abecb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)