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 | 攸る?余 | 10011101101111111000001011101001001111111001011101011101 | 9dbf82e93f975d |
EUC-JP | 攸る?余 | 11011010110000011010010011101011001111111100110110111110 | dac1a4eb3fcdbe |
UTF-8 | 攸る쨲余 | 111001101001010010111000111000111000001010001011111011001010100010110010111001001011110110011001 | e694b8e3828beca8b2e4bd99 |
UHC | 攸る쨲余 | 1110101011110010101010101110101110100100100011001110010111111001 | eaf2aaeba48ce5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)