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 | 悉鶯宍 | 1111000010100110100011101011101111101001111100101000111010110011 | f0a68ebbe9f28eb3 |
EUC-JP | ?悉鶯宍 | 00111111101111001011110111110010111101001011110010110101 | 3fbcbdf2f4bcb5 |
UTF-8 | 悉鶯宍 | 111011101000000110100101111001101000001010001001111010011011011010101111111001011010111010001101 | ee81a5e68289e9b6afe5ae8d |
UHC | ?悉鶯? | 001111111110001111111010111001011010001100111111 | 3fe3fae5a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)