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 | 莠罷ウ滔ァ | 1110010010111010100101001110101110110011100111111110101110100111 | e4ba94ebb39feba7 |
EUC-JP | 莠罷ウ滔ァ | 11101000101111001100100011101101100011101011001111011110111011011000111010100111 | e8bcc8ed8eb3deed8ea7 |
UTF-8 | 莠罷ウ滔ァ | 111010001000111010100000111001111011110110110111111011111011110110110011111001101011101110010100111011111011110110100111 | e88ea0e7bdb7efbdb3e6bb94efbda7 |
UHC | ?罷?滔? | 00111111111101111111001100111111110101001010010100111111 | 3ff7f33fd4a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)