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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
UTF-8 | 똉뫎똉뫎^ | 11101011100110001000100111101011101010111000111011101011100110001000100111101011101010111000111001011110 | eb9889ebab8eeb9889ebab8e5e |
UHC | 똉뫎똉뫎^ | 100011000100101010010001101100001000110001001010100100011011000001011110 | 8c4a91b08c4a91b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)