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 | 艪掩┰纒 | 1110010010000010100010011000011010000100101110111110001110010101 | e482898684bbe395 |
EUC-JP | 艪掩┰纒 | 1110011111100010101100011110011010101000101111011110010111110101 | e7e2b1e6a8bde5f5 |
UTF-8 | 艪掩┰纒 | 111010001000100110101010111001101000111010101001111000101001010010110000111001111011101010010010 | e889aae68ea9e294b0e7ba92 |
UHC | ?掩┰? | 001111111110010111110011101001101011110100111111 | 3fe5f3a6bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)