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 | 宵竢ォ藏 | 10001111101010101110001010001111101010111110010101010101 | 8faae28fabe555 |
EUC-JP | 宵竢ォ藏 | 1011111010101100111000111110111110001110101010111110100110110110 | beace3ef8eabe9b6 |
UTF-8 | 宵竢ォ藏 | 111001011010111010110101111001111010101110100010111011111011110110101011111010001001011110001111 | e5aeb5e7aba2efbdabe8978f |
UHC | 宵??藏 | 111000011011001000111111001111111110110111111010 | e1b23f3fedfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)