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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 弔?燼斑??B | 10010010101000100011111111100000100111101001010011000001001111110011111101000010 | 92a23fe09e94c13f3f42 |
EUC-JP | 弔?燼斑??B | 11000100101001000011111111011111111111101100100011000011001111110011111101000010 | c4a43fdffec8c33f3f42 |
UTF-8 | 弔렞燼斑렲렎B | 11100101101111001001010011101011101000001001111011100111100001111011110011100110100101101001000111101011101000001011001011101011101000001000111001000010 | e5bc94eba09ee787bce69691eba0b2eba08e42 |
UHC | 弔렞燼斑렲렎B | 11110000110000001000111010101111111000111110100011011010111010001000111010111111100011101010010001000010 | f0c08eafe3e8dae88ebf8ea442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)