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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鋻フヒ爼 | 111110111101100111001100110010111110000010101010 | fbd9cccbe0aa |
EUC-JP | 鋻フヒ爼 | 100011111110010011010001100011101100110010001110110010111110000010101100 | 8fe4d18ecc8ecbe0ac |
UTF-8 | 鋻フヒ爼 | 111010011000101110111011111011111011111010001100111011111011111010001011111001111000100010111100 | e98bbbefbe8cefbe8be788bc |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)