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 | 銧灼者 | 111110111100110010001110110111001000111011010010 | fbcc8edc8ed2 |
EUC-JP | 銧灼者 | 10001111111001001010011010111100110111101011110011010100 | 8fe4a6bcdebcd4 |
UTF-8 | 銧灼者 | 111010011000101010100111111001111000000110111100111010001000000010000101 | e98aa7e781bce88085 |
UHC | ?灼者 | 0011111111101101110001111110110110111010 | 3fedc7edba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)