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 | ?羹????? | 0011111111100011101110110011111100111111001111110011111100111111 | 3fe3bb3f3f3f3f3f |
EUC-JP | ?羹????? | 0011111111100110101111010011111100111111001111110011111100111111 | 3fe6bd3f3f3f3f3f |
UTF-8 | 렺羹렺ㅔ씽렓렻 | 111010111010000010111010111001111011111010111001111010111010000010111010111000111000010110010100111011001001010010111101111010111010000010010011111010111010000010111011 | eba0bae7beb9eba0bae38594ec94bdeba093eba0bb |
UHC | 렺羹렺ㅔ씽렓렻 | 1000111011000010110010111101100010001110110000101010010011000100101111101100010110001110101010001000111011000011 | 8ec2cbd88ec2a4c4bec58ea88ec3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)