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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 襌懊f寘槭貉 | 111001011111100110011100111000111000001010000110111110101010100110011110111000111110011010111001 | e5f99ce38286faa99ee3e6b9 |
EUC-JP | 襌懊f寘槭貉 | 11101010111110111101100011100101101000111110011010001111101110101110000111011100111001011110110010111011 | eafbd8e5a3e68fbae1dce5ecbb |
UTF-8 | 襌懊f寘槭貉 | 111010001010010110001100111001101000011110001010111011111011110110000110111001011010111110011000111001101010011110101101111010001011001010001001 | e8a58ce6878aefbd86e5af98e6a7ade8b289 |
UHC | ?懊f??? | 0011111111100111111110001010001111100110001111110011111100111111 | 3fe7f8a3e63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)