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 | 隰晁賦驥 | 1110100010101100100111011110100010010101100010101110100110000111 | e8ac9de8958ae987 |
EUC-JP | 隰晁賦驥 | 1111000010101110110110101110101011001001111010101111000111100111 | f0aedaeac9eaf1e7 |
UTF-8 | 隰晁賦驥 | 111010011001101010110000111001101001100110000001111010001011001110100110111010011010100110100101 | e99ab0e69981e8b3a6e9a9a5 |
UHC | ?晁賦驥 | 00111111111100001100010111011101101101111101000111001010 | 3ff0c5ddb7d1ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)