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 | 莪球゚ | 1110010010101110100010111000010111011111 | e4ae8b85df |
EUC-JP | 莪球゚ | 111010001011000010110101111001011000111011011111 | e8b0b5e58edf |
UTF-8 | 莪球゚ | 111010001000111010101010111001111001000010000011111011111011111010011111 | e88eaae79083efbe9f |
UHC | 莪球? | 1110010010110101110011111011100100111111 | e4b5cfb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)