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 | 宵粹ォ | 10001111101010101110001011101101101010111111001001000101 | 8faae2edabf245 |
EUC-JP | 宵粹ォ? | 10111110101011001110010011101111100011101010101100111111 | beace4ef8eab3f |
UTF-8 | 宵粹ォ | 111001011010111010110101111001111011001010111001111011111011110110101011111011101000010110111101 | e5aeb5e7b2b9efbdabee85bd |
UHC | 宵粹?? | 111000011011001011100010101101100011111100111111 | e1b2e2b63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)