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 | 濠h? | 1000110110001010100000101000100000111111 | 8d8a82883f |
EUC-JP | 濠h? | 1011100111101010101000111110100000111111 | b9eaa3e83f |
UTF-8 | 濠hㅋ | 111001101011111110100000111011111011110110001000111000111000010110001011 | e6bfa0efbd88e3858b |
UHC | 濠hㅋ | 111110111100110010100011111010001010010010111011 | fbcca3e8a4bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)