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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 纓ゆ傾 | 111000111001011110000010111001001000110001011000 | e39782e48c58 |
EUC-JP | 纓ゆ傾 | 111001011111011110100100111001101011011110111001 | e5f7a4e6b7b9 |
UTF-8 | 纓ゆ傾 | 111001111011101010010011111000111000001010000110111001011000001010111110 | e7ba93e38286e582be |
UHC | 纓ゆ傾 | 111001111100010110101010111001101100110011001011 | e7c5aae6cccb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)