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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????普? | 00111111001111110011111100111111100101011000000100111111 | 3f3f3f3f95813f |
EUC-JP | ????普錤 | 001111110011111100111111001111111100100111100001100011111110010011011111 | 3f3f3f3fc9e18fe4df |
UTF-8 | 렺씽렍렻普錤 | 111010111010000010111010111011001001010010111101111010111010000010001101111010111010000010111011111001101001100110101110111010011000110010100100 | eba0baec94bdeba08deba0bbe699aee98ca4 |
UHC | 렺씽렍렻普錤 | 100011101100001010111110110001011000111010100011100011101100001111011100110001011101000111000101 | 8ec2bec58ea38ec3dcc5d1c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)