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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???筮さ | 00111111001111110011111111100010101011001000001010110011 | 3f3f3fe2ac82b3 |
EUC-JP | ???筮さ | 00111111001111110011111111100100101011101010010010110101 | 3f3f3fe4aea4b5 |
UTF-8 | 셉솜렱筮さ | 111011001000010110001001111011001000011010011100111010111010000010110001111001111010110110101110111000111000000110010101 | ec8589ec869ceba0b1e7adaee38195 |
UHC | 셉솜렱筮さ | 10111100110000011011110011011000100011101011111011011111111110111010101010110101 | bcc1bcd88ebedffbaab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)