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 | ÊÊçÑ^ | 100101111100101010001011100011101001011111001010111001111101000101011110 | 97ca8b8e97cae7d15e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ?Ê???ÊçÑ^ | 0011111110001111101010101011010000111111001111110011111110001111101010101011010010001111101010111010111010001111101010101101000001011110 | 3f8faab43f3f3f8faab48fabae8faad05e |
UTF-8 | ÊÊçÑ^ | 1100001010010111110000111000101011000010100010111100001010001110110000101001011111000011100010101100001110100111110000111001000101011110 | c297c38ac28bc28ec297c38ac3a7c3915e |
UHC | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)