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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
EUC-JP | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
UTF-8 | 룶퀛㈒룫켏B | 11101011101000111011011011101101100000001001101111100011100010001001001011101011101000111010101111101100101111001000111101000010 | eba3b6ed809be38892eba3abecbc8f42 |
UHC | 룶퀛㈒룫켏B | 1000111110101011101100111000111110101001110000111000111110100010101100010100110001000010 | 8fabb38fa9c38fa2b14c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)