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 | 逶夜區逵 | 1110011110011011100101101110100110011001101111011110011110011100 | e79b96e999bde79c |
EUC-JP | 逶夜區逵 | 1110110111111011110011001110101111010010101111111110110111111100 | edfbccebd2bfedfc |
UTF-8 | 逶夜區逵 | 111010011000000010110110111001011010010010011100111001011000110110000000111010011000000010110101 | e980b6e5a49ce58d80e980b5 |
UHC | ?夜區逵 | 00111111111001011010100011001111101000011101000010110000 | 3fe5a8cfa1d0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)