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 | ????Q | 0011111100111111001111110011111101010001 | 3f3f3f3f51 |
SJIS-WIN | ???尹Q | 001111110011111100111111100110111001101001010001 | 3f3f3f9b9a51 |
EUC-JP | ???尹Q | 001111110011111100111111110101011111101001010001 | 3f3f3fd5fa51 |
UTF-8 | 룶⅝룫尹Q | 11101011101000111011011011100010100001011001110111101011101000111010101111100101101100001011100101010001 | eba3b6e2859deba3abe5b0b951 |
UHC | 룶⅝룫尹Q | 100011111010101110101000111111011000111110100010111010111100010101010001 | 8faba8fd8fa2ebc551 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)