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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 鉑室蒔E | 111110111100100110001110101110101111000111100010100011101010101001000101 | fbc98ebaf1e28eaa45 |
EUC-JP | 鉑室?蒔E | 100011111110001111100001101111001011110000111111101111001010110001000101 | 8fe3e1bcbc3fbcac45 |
UTF-8 | 鉑室蒔E | 11101001100010011001000111100101101011101010010011101110100001011001110111101000100100101001010001000101 | e98991e5aea4ee859de8929445 |
UHC | ?室?蒔E | 00111111111000111111100000111111111000111100100001000101 | 3fe3f83fe3c845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)