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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 十??輿 | 100011110101110000111111001111111001011101100000 | 8f5c3f3f9760 |
EUC-JP | 十??輿 | 101111011011110100111111001111111100110111000001 | bdbd3f3fcdc1 |
UTF-8 | 十귟륲輿 | 111001011000110110000001111010101011011110011111111010111010010110110010111010001011110010111111 | e58d81eab79feba5b2e8bcbf |
UHC | 十귟륲輿 | 1110010010101000100000101110100010010000010100111110011010101011 | e4a882e89053e6ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)