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 | 睡刈?睡 | 10010000100001111000101010100000001111111001000010000111 | 90878aa03f9087 |
EUC-JP | 睡刈?睡 | 10111111111001111011010010100010001111111011111111100111 | bfe7b4a23fbfe7 |
UTF-8 | 睡刈욑睡 | 111001111001110110100001111001011000100010001000111011001001101010010001111001111001110110100001 | e79da1e58888ec9a91e79da1 |
UHC | 睡刈욑睡 | 1110001010110010111001111101010010011110111011111110001010110010 | e2b2e7d49eefe2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)