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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 炅臥泪 | 111110110101000110001001111001111001111110100011 | fb5189e79fa3 |
EUC-JP | 炅臥泪 | 10001111110010011100101010110010111010011101111010100101 | 8fc9cab2e9dea5 |
UTF-8 | 炅臥泪 | 111001111000001010000101111010001000011110100101111001101011001110101010 | e78285e887a5e6b3aa |
UHC | 炅臥? | 1100110011011101111010001100001000111111 | ccdde8c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)