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 | 辿辿続側 | 1001001001001000100100100100100010010001101100011001000110100100 | 9248924891b191a4 |
EUC-JP | 辿辿続側 | 1100001110101001110000111010100111000010101100111100001010100110 | c3a9c3a9c2b3c2a6 |
UTF-8 | 辿辿続側 | 111010001011111010111111111010001011111010111111111001111011011010011010111001011000000110110100 | e8bebfe8bebfe7b69ae581b4 |
UHC | ???側 | 0011111100111111001111111111011010110000 | 3f3f3ff6b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)