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 | 哀?? | 10001000101000110011111100111111 | 88a33f3f |
EUC-JP | 哀?ł | 101100001010010100111111100011111010100111001000 | b0a53f8fa9c8 |
UTF-8 | 哀얜ł | 1110010110010011100000001110110010010110100111001100010110000010 | e59380ec969cc582 |
UHC | 哀얜ł | 111001001110111010111110111010111010100110101001 | e4eebeeba9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)