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 | ???袖?? | 00111111001111110011111110010001101100110011111100111111 | 3f3f3f91b33f3f |
EUC-JP | ???袖?? | 00111111001111110011111111000010101101010011111100111111 | 3f3f3fc2b53f3f |
UTF-8 | 렯렳렯袖롂셤 | 111010111010000010101111111010111010000010110011111010111010000010101111111010001010001010010110111010111010000110000010111011001000010110100100 | eba0afeba0b3eba0afe8a296eba182ec85a4 |
UHC | 렯렳렯袖롂셤 | 100011101011110010001110110000001000111010111100111000101100000010001110110010011011110011001001 | 8ebc8ec08ebce2c08ec9bcc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)