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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 韆斐i鞦ィ雋 | 1110100011100110100101001110001110000010100010011110100011100001101010001110100010110010 | e8e694e38289e8e1a8e8b2 |
EUC-JP | 韆斐i鞦ィ雋 | 111100001110100011001000111001011010001111101001111100001110001110001110101010001111000010110100 | f0e8c8e5a3e9f0e38ea8f0b4 |
UTF-8 | 韆斐i鞦ィ雋 | 111010011001111110000110111001101001011010010000111011111011110110001001111010011001111010100110111011111011110110101000111010011001101110001011 | e99f86e69690efbd89e99ea6efbda8e99b8b |
UHC | 韆斐i??雋 | 11110100110001111101110111101100101000111110100100111111001111111111000111100110 | f4c7ddeca3e93f3ff1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)