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 | 往吩?? | 100010011001110110011001111001000011111100111111 | 899d99e43f3f |
EUC-JP | 往吩?? | 101100011111110111010010111001100011111100111111 | b1fdd2e63f3f |
UTF-8 | 往吩賈룹 | 111001011011111010000000111001011001000010101001111011111010010010000011111010111010001110111001 | e5be80e590a9efa483eba3b9 |
UHC | 往吩賈룹 | 1110100011011001110111011100001111001101110011111011011111101100 | e8d9ddc3cdcfb7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)