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 | ?瀋◇? | 001111111110000001100011100000011001111000111111 | 3fe063819e3f |
EUC-JP | ?瀋◇? | 001111111101111111000100101000011111111000111111 | 3fdfc4a1fe3f |
UTF-8 | 룶瀋◇룫 | 111010111010001110110110111001111000000010001011111000101001011110000111111010111010001110101011 | eba3b6e7808be29787eba3ab |
UHC | 룶瀋◇룫 | 1000111110101011111001001010001110100001110111101000111110100010 | 8fabe4a3a1de8fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)