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 | 骭、雉埼 | 11101001100011001010010011101000101100111000110111101001 | e98ca4e8b38de9 |
EUC-JP | 骭、雉埼 | 1111000111101100100011101010010011110000101101011011101011101011 | f1ec8ea4f0b5baeb |
UTF-8 | 骭、雉埼 | 111010011010101010101101111011111011110110100100111010011001101110001001111001011001111110111100 | e9aaadefbda4e99b89e59fbc |
UHC | ??雉埼 | 001111110011111111110110110010111101000011110010 | 3f3ff6cbd0f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)