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 | 菫滔ャ | 1110010010111111100111111110101110101100 | e4bf9febac |
EUC-JP | 菫滔ャ | 111010001100000111011110111011011000111010101100 | e8c1deed8eac |
UTF-8 | 菫滔ャ | 111010001000111110101011111001101011101110010100111011111011110110101100 | e88fabe6bb94efbdac |
UHC | 菫滔? | 1101000011001011110101001010010100111111 | d0cbd4a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)