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 | 宵蓖ォ | 10001111101010101110010011101101101010111111001001000110 | 8faae4edabf246 |
EUC-JP | 宵蓖ォ? | 10111110101011001110100011101111100011101010101100111111 | beace8ef8eab3f |
UTF-8 | 宵蓖ォ | 111001011010111010110101111010001001001110010110111011111011110110101011111011101000010110111110 | e5aeb5e89396efbdabee85be |
UHC | 宵??? | 1110000110110010001111110011111100111111 | e1b23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)