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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ◇? 枇ァ^ | 10000001100111100011111110000001010000001001010011111000100000110100000001011110 | 819e3f814094f883405e |
EUC-JP | ◇? 枇ァ^ | 10100001111111100011111110100001101000011100100011111010101001011010000101011110 | a1fe3fa1a1c8faa5a15e |
UTF-8 | ◇룶 枇ァ^ | 11100010100101111000011111101011101000111011011011100011100000001000000011100110100111101000011111100011100000101010000101011110 | e29787eba3b6e38080e69e87e382a15e |
UHC | ◇룶 枇ァ^ | 1010000111011110100011111010101110100001101000011101110111101101101010111010000101011110 | a1de8faba1a1ddedaba15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)