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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????懃 | 0011111100111111001111110011111100111111001111111001110011100111 | 3f3f3f3f3f3f9ce7 |
EUC-JP | ??????懃 | 0011111100111111001111110011111100111111001111111101100011101001 | 3f3f3f3f3f3fd8e9 |
UTF-8 | 렺씽렏렻꼼셔懃 | 111010111010000010111010111011001001010010111101111010111010000010001111111010111010000010111011111010101011110010111100111011001000010110010100111001101000011110000011 | eba0baec94bdeba08feba0bbeabcbcec8594e68783 |
UHC | 렺씽렏렻꼼셔懃 | 1000111011000010101111101100010110001110101001011000111011000011101100101100010010111100110001011101000011000100 | 8ec2bec58ea58ec3b2c4bcc5d0c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)