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 | レ愠炅 | 11110010101101111101101011111010110000011111101101010001 | f2b7dafac1fb51 |
EUC-JP | ?レ?炅 | 00111111100011101101101000111111100011111100100111001010 | 3f8eda3f8fc9ca |
UTF-8 | レ愠炅 | 111011101000011110101110111011111011111010011010111001101000010010100000111001111000001010000101 | ee87aeefbe9ae684a0e78285 |
UHC | ???炅 | 0011111100111111001111111100110011011101 | 3f3f3fccdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)