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 | ???h???~ | 0011111100111111001111110110100000111111001111110011111101111110 | 3f3f3f683f3f3f7e |
SJIS-WIN | ???h??や~ | 001111110011111100111111011010000011111100111111100000101110001001111110 | 3f3f3f683f3f82e27e |
EUC-JP | ??ʼnh??や~ | 0011111100111111100011111010100111001010011010000011111100111111101001001110010001111110 | 3f3f8fa9ca683f3fa4e47e |
UTF-8 | 룶죴ʼnh룵卽や~ | 11101011101000111011011011101100101000111011010011000101100010010110100011101011101000111011010111100101100011011011110111100011100000101000010001111110 | eba3b6eca3b4c58968eba3b5e58dbde382847e |
UHC | 룶죴ʼnh룵卽や~ | 1000111110101011101000011000111110101001101100000110100010001111101010101111000111101101101010101110010001111110 | 8faba18fa9b0688faaf1edaae47e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)