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 | 茯上晋 | 111001001010100010001111111000111001000001010111 | e4a88fe39057 |
EUC-JP | 茯上晋 | 111010001010101010111110111001011011111110111000 | e8aabee5bfb8 |
UTF-8 | 茯上晋 | 111010001000110010101111111001001011100010001010111001101001100110001011 | e88cafe4b88ae6998b |
UHC | 茯上晋 | 110111001101101011011111101111101111001011001100 | dcdadfbef2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)