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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 睡刈?睡刈 | 100100001000011110001010101000000011111110010000100001111000101010100000 | 90878aa03f90878aa0 |
EUC-JP | 睡刈?睡刈 | 101111111110011110110100101000100011111110111111111001111011010010100010 | bfe7b4a23fbfe7b4a2 |
UTF-8 | 睡刈욑睡刈 | 111001111001110110100001111001011000100010001000111011001001101010010001111001111001110110100001111001011000100010001000 | e79da1e58888ec9a91e79da1e58888 |
UHC | 睡刈욑睡刈 | 11100010101100101110011111010100100111101110111111100010101100101110011111010100 | e2b2e7d49eefe2b2e7d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)