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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霓懊Ρ霈ッ | 111010001011110110011100111000111000001110101111111010001011110010101111 | e8bd9ce383afe8bcaf |
EUC-JP | 霓懊Ρ霈ッ | 11110000101111111101100011100101101001101011000111110000101111101000111010101111 | f0bfd8e5a6b1f0be8eaf |
UTF-8 | 霓懊Ρ霈ッ | 1110100110011100100100111110011010000111100010101100111010100001111010011001110010001000111011111011110110101111 | e99c93e6878acea1e99c88efbdaf |
UHC | 霓懊Ρ?? | 1110011111100111111001111111100010100101110100010011111100111111 | e7e7e7f8a5d13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)