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 | ??????oB | 0011111100111111001111110011111100111111001111110110111101000010 | 3f3f3f3f3f3f6f42 |
SJIS-WIN | ???節??oB | 001111110011111100111111100100001101111100111111001111110110111101000010 | 3f3f3f90df3f3f6f42 |
EUC-JP | ???節??oB | 001111110011111100111111110000001110000100111111001111110110111101000010 | 3f3f3fc0e13f3f6f42 |
UTF-8 | 樂뗣굫節쏙쉐oB | 1110111110100110101111111110101110010111101000111110101010110101101010111110011110101111100000001110110010001111100110011110110010001001100100000110111101000010 | efa6bfeb97a3eab5abe7af80ec8f99ec89906f42 |
UHC | 樂뗣굫節쏙쉐oB | 1110100011111001100010111110001110000010100100011110111110111101101111011110111110111101101001100110111101000010 | e8f98be38291efbdbdefbda66f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)