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 | 釥識妺悉 | 1111101111000000100011101010111111111010101001011000111010111011 | fbc08eaffaa58ebb |
EUC-JP | 釥識妺悉 | 10001111111000111010101110111100101100011000111110111001101101111011110010111101 | 8fe3abbcb18fb9b7bcbd |
UTF-8 | 釥識妺悉 | 111010011000011110100101111010001010110110011000111001011010011010111010111001101000001010001001 | e987a5e8ad98e5a6bae68289 |
UHC | ?識?悉 | 001111111110001111011011001111111110001111111010 | 3fe3db3fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)