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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?似??? | 001111111000111010010111001111110011111100111111 | 3f8e973f3f3f |
EUC-JP | ?似??? | 001111111011101111110111001111110011111100111111 | 3fbbf73f3f3f |
UTF-8 | 렻似렮렻셔 | 111010111010000010111011111001001011110010111100111010111010000010101110111010111010000010111011111011001000010110010100 | eba0bbe4bcbceba0aeeba0bbec8594 |
UHC | 렻似렮렻셔 | 10001110110000111101111011000100100011101011101110001110110000111011110011000101 | 8ec3dec48ebb8ec3bcc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)