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 | ?æ???? | 001111111110011000111111001111110011111100111111 | 3fe63f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?æ鋌??? | 00111111100011111010100111000001100011111110010010111011001111110011111100111111 | 3f8fa9c18fe4bb3f3f3f |
UTF-8 | 룶æ鋌룵혧◐ | 1110101110100011101101101100001110100110111010011000101110001100111010111010001110110101111011011001100010100111111000101001011110010000 | eba3b6c3a6e98b8ceba3b5ed98a7e29790 |
UHC | 룶æ鋌룵혧◐ | 100011111010101110101001101000011110111111111011100011111010101011000010100011111010001011000100 | 8faba9a1effb8faac28fa2c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)