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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 莠罷況 | 111001001011101010010100111010111000101110110101 | e4ba94eb8bb5 |
EUC-JP | 莠罷況 | 111010001011110011001000111011011011011010110111 | e8bcc8edb6b7 |
UTF-8 | 莠罷況 | 111010001000111010100000111001111011110110110111111001101011001110000001 | e88ea0e7bdb7e6b381 |
UHC | ?罷況 | 0011111111110111111100111111110011001111 | 3ff7f3fccf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)