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 | 芝蛇湿式 | 1000111011000101100011101101011010001110101111001000111010101110 | 8ec58ed68ebc8eae |
EUC-JP | 芝蛇湿式 | 1011110011000111101111001101100010111100101111101011110010110000 | bcc7bcd8bcbebcb0 |
UTF-8 | 芝蛇湿式 | 111010001000101010011101111010001001101110000111111001101011100110111111111001011011110010001111 | e88a9de89b87e6b9bfe5bc8f |
UHC | 芝蛇?式 | 11110010101110011101111011101111001111111110001111010010 | f2b9deef3fe3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)