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 | 濡ゆ? | 1001010001000111100000101110010000111111 | 944782e43f |
EUC-JP | 濡ゆ? | 1100011110101000101001001110011000111111 | c7a8a4e63f |
UTF-8 | 濡ゆ떮 | 111001101011111110100001111000111000001010000110111010111001011010101110 | e6bfa1e38286eb96ae |
UHC | 濡ゆ떮 | 111010111010000110101010111001101000101110111110 | eba1aae68bbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)