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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ヘ菷ャ」 | 1100110111100100110001101010110010100011 | cde4c6aca3 |
EUC-JP | ヘ菷ャ」 | 1000111011001101111010001100100010001110101011001000111010100011 | 8ecde8c88eac8ea3 |
UTF-8 | ヘ菷ャ」 | 111011111011111010001101111010001000111110110111111011111011110110101100111011111011110110100011 | efbe8de88fb7efbdacefbda3 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)