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 | ??????6 | 0011111100111111001111110011111100111111001111111000001001010101 | 3f3f3f3f3f3f8255 |
EUC-JP | ??????6 | 0011111100111111001111110011111100111111001111111010001110110110 | 3f3f3f3f3f3fa3b6 |
UTF-8 | 렺씻렯렺┙뗑6 | 111010111010000010111010111011001001010010111011111010111010000010101111111010111010000010111010111000101001010010011001111010111001011110010001111011111011110010010110 | eba0baec94bbeba0afeba0bae29499eb9791efbc96 |
UHC | 렺씻렯렺┙뗑6 | 1000111011000010101111101100010010001110101111001000111011000010101001101100010010110110110001001010001110110110 | 8ec2bec48ebc8ec2a6c4b6c4a3b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)