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 | ?ョ?淹?? | 0011111110000011100001110011111110011111101110010011111100111111 | 3f83873f9fb93f3f |
EUC-JP | 縯ョ?淹?? | 10001111110101001100101110100101111001110011111111011110101110110011111100111111 | 8fd4cba5e73fdebb3f3f |
UTF-8 | 縯ョㅊ淹쒒쎁 | 111001111011100010101111111000111000001110100111111000111000010110001010111001101011011110111001111011001001001010010010111011001000111010000001 | e7b8afe383a7e3858ae6b7b9ec9292ec8e81 |
UHC | 縯ョㅊ淹쒒쎁 | 111001101110000010101011111001111010010010111010111001011111010010011100111010011001101110101011 | e6e0abe7a4bae5f49ce99bab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)