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 | ?????I | 001111110011111100111111001111110011111101001001 | 3f3f3f3f3f49 |
SJIS-WIN | ?}??ぱI | 0011111110000001011100000011111100111111100000101100111101001001 | 3f81703f3f82cf49 |
EUC-JP | ?}??ぱI | 0011111110100001110100010011111100111111101001001101000101001001 | 3fa1d13f3fa4d149 |
UTF-8 | 룶}룶쥚ぱI | 11101011101000111011011011101111101111011001110111101011101000111011011011101100101001011001101011100011100000011011000101001001 | eba3b6efbd9deba3b6eca59ae381b149 |
UHC | 룶}룶쥚ぱI | 1000111110101011101000111111110110001111101010111010001010001111101010101101000101001001 | 8faba3fd8faba28faad149 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)