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 | 蓚種悉莢 | 1110010011101001100011101110110110001110101110111110010010110000 | e4e98eed8ebbe4b0 |
EUC-JP | 蓚種悉莢 | 1110100011101011101111001110111110111100101111011110100010110010 | e8ebbcefbcbde8b2 |
UTF-8 | 蓚種悉莢 | 111010001001001110011010111001111010100010101110111001101000001010001001111010001000111010100010 | e8939ae7a8aee68289e88ea2 |
UHC | 蓚種悉莢 | 1110001010111110111100001111101011100011111110101111101011111000 | e2bef0fae3fafaf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)