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 | ??¤???^ | 00111111001111111010010000111111001111110011111101011110 | 3f3fa43f3f3f5e |
SJIS-WIN | ?????ヂ^ | 0011111100111111001111110011111100111111100000110110000101011110 | 3f3f3f3f3f83615e |
EUC-JP | ??¤??ヂ^ | 00111111001111111000111110100010111100000011111100111111101001011100001001011110 | 3f3f8fa2f03f3fa5c25e |
UTF-8 | 룶쥚¤룶콓ヂ^ | 111010111010001110110110111011001010010110011010110000101010010011101011101000111011011011101100101111011001001111100011100000111000001001011110 | eba3b6eca59ac2a4eba3b6ecbd93e383825e |
UHC | 룶쥚¤룶콓ヂ^ | 10001111101010111010001010001111101000101011010010001111101010111011000110001111101010111100001001011110 | 8faba28fa2b48fabb18fabc25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)