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 | 灼雫射汐 | 1000111011011100100011101011010010001110110010111000111010101100 | 8edc8eb48ecb8eac |
EUC-JP | 灼雫射汐 | 1011110011011110101111001011011010111100110011011011110010101110 | bcdebcb6bccdbcae |
UTF-8 | 灼雫射汐 | 111001111000000110111100111010011001101110101011111001011011000010000100111001101011000110010000 | e781bce99babe5b084e6b190 |
UHC | 灼?射汐 | 11101101110001110011111111011110110100101110000010110001 | edc73fded2e0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)