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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ◇? 枇ァB | 10000001100111100011111110000001010000001001010011111000100000110100000001000010 | 819e3f814094f8834042 |
EUC-JP | ◇? 枇ァB | 10100001111111100011111110100001101000011100100011111010101001011010000101000010 | a1fe3fa1a1c8faa5a142 |
UTF-8 | ◇룶 枇ァB | 11100010100101111000011111101011101000111011011011100011100000001000000011100110100111101000011111100011100000101010000101000010 | e29787eba3b6e38080e69e87e382a142 |
UHC | ◇룶 枇ァB | 1010000111011110100011111010101110100001101000011101110111101101101010111010000101000010 | a1de8faba1a1ddedaba142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)