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 | 遨ス迚櫓 | 11100111101010011011110111100111100010011001100001000101 | e7a9bde7899845 |
EUC-JP | 遨ス迚櫓 | 1110111010101011100011101011110111101101111010011100111110100110 | eeab8ebdede9cfa6 |
UTF-8 | 遨ス迚櫓 | 111010011000000110101000111011111011110110111101111010001011111110011010111001101010101110010011 | e981a8efbdbde8bf9ae6ab93 |
UHC | ???櫓 | 0011111100111111001111111101011011010000 | 3f3f3fd6d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)