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 | 掩???ゅ、 | 100010011000011000111111001111110011111110000010111000111000000101000001 | 89863f3f3f82e38141 |
EUC-JP | 掩???ゅ、 | 101100011110011000111111001111110011111110100100111001011010000110100010 | b1e63f3f3fa4e5a1a2 |
UTF-8 | 掩뽯뎽痢ゅ、 | 111001101000111010101001111010111011110110101111111010111000111010111101111011111010011110100101111000111000001010000101111000111000000010000001 | e68ea9ebbdafeb8ebdefa7a5e38285e38081 |
UHC | 掩뽯뎽痢ゅ、 | 111001011111001110010110111010111000100110010000111011001011100010101010111001011010000110100010 | e5f396eb8990ecb8aae5a1a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)