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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 堰?Л堰?Л^ | 1000100110000001001111111000010001001100100010011000000100111111100001000100110001011110 | 89813f844c89813f844c5e |
EUC-JP | 堰?Л堰?Л^ | 1011000111100001001111111010011110101101101100011110000100111111101001111010110101011110 | b1e13fa7adb1e13fa7ad5e |
UTF-8 | 堰쇰Л堰쇰Л^ | 1110010110100000101100001110110010000111101100001101000010011011111001011010000010110000111011001000011110110000110100001001101101011110 | e5a0b0ec87b0d09be5a0b0ec87b0d09b5e |
UHC | 堰쇰Л堰쇰Л^ | 11100101111010001011110011101011101011001010110111100101111010001011110011101011101011001010110101011110 | e5e8bcebacade5e8bcebacad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)