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 | 莵贏場 | 111001001011011111100110110101011000111111101010 | e4b7e6d58fea |
EUC-JP | 莵贏場 | 111010001011100111101100110101111011111011101100 | e8b9ecd7beec |
UTF-8 | 莵贏場 | 111010001000111010110101111010001011010010001111111001011010000010110100 | e88eb5e8b48fe5a0b4 |
UHC | ??場 | 00111111001111111110110111011110 | 3f3fedde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)