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 | 蜥、逵Э | 11100101100100101010010011100111100111001000010001011110 | e592a4e79c845e |
EUC-JP | 蜥、逵Э | 1110100111110010100011101010010011101101111111001010011110111111 | e9f28ea4edfca7bf |
UTF-8 | 蜥、逵Э | 1110100010011100101001011110111110111101101001001110100110000000101101011101000010101101 | e89ca5efbda4e980b5d0ad |
UHC | ??逵Э | 001111110011111111010000101100001010110010111111 | 3f3fd0b0acbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)