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蠢?蹄 | 11111011100100110011111110000010100010011110010110111111001111111001001011111011 | fb933f8289e5bf3f92fb |
EUC-JP | 茁?i蠢?蹄 | 1000111111010111110111100011111110100011111010011110101011000001001111111100010011111101 | 8fd7de3fa3e9eac13fc4fd |
UTF-8 | 茁흐i蠢렓蹄 | 111010001000110010000001111011011001110110010000111011111011110110001001111010001010000010100010111010111010000010010011111010001011100110000100 | e88c81ed9d90efbd89e8a0a2eba093e8b984 |
UHC | 茁흐i蠢렓蹄 | 111100011110100011001000111001011010001111101001111100011110001110001110101010001111000010110100 | f1e8c8e5a3e9f1e38ea8f0b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)