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 | 00111111001111110011111100111111100100001010000001000010 | 3f3f3f3f90a042 |
EUC-JP | ????摺B | 00111111001111110011111100111111110000001010001001000010 | 3f3f3f3fc0a242 |
UTF-8 | 룶즽㈒룫摺B | 11101011101000111011011011101100101001101011110111100011100010001001001011101011101000111010101111100110100100011011101001000010 | eba3b6eca6bde38892eba3abe691ba42 |
UHC | 룶즽㈒룫摺B | 1000111110101011101000111000111110101001110000111000111110100010111011111100100101000010 | 8faba38fa9c38fa2efc942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)