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 | 險剃ソカ | 111010001010100010010010111001001011111110110110 | e8a892e4bfb6 |
EUC-JP | 險剃ソカ | 1111000010101010110001001110011010001110101111111000111010110110 | f0aac4e68ebf8eb6 |
UTF-8 | 險剃ソカ | 111010011001101010101010111001011000100110000011111011111011110110111111111011111011110110110110 | e99aaae58983efbdbfefbdb6 |
UHC | 險剃?? | 111110101100111111110100111011110011111100111111 | facff4ef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)