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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 昇セ式B | 10001111101110001111011110001110101111101111001011011110100011101010111001000010 | 8fb8f78ebef2de8eae42 |
EUC-JP | 昇?セ?式B | 101111101011101000111111100011101011111000111111101111001011000001000010 | beba3f8ebe3fbcb042 |
UTF-8 | 昇セ式B | 11100110100110001000011111101110100101011011000111101111101111011011111011101110100010001001010111100101101111001000111101000010 | e69887ee95b1efbdbeee8895e5bc8f42 |
UHC | 昇???式B | 1110001110110000001111110011111100111111111000111101001001000010 | e3b03f3f3fe3d242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)