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 | 00111111001111110011111100111111100011001010110001000010 | 3f3f3f3f8cac42 |
EUC-JP | ????軒B | 00111111001111110011111100111111101110001010111001000010 | 3f3f3f3fb8ae42 |
UTF-8 | 룶콓▣룫軒B | 11101011101000111011011011101100101111011001001111100010100101101010001111101011101000111010101111101000101110111001001001000010 | eba3b6ecbd93e296a3eba3abe8bb9242 |
UHC | 룶콓▣룫軒B | 1000111110101011101100011000111110100010110000111000111110100010111110101100110101000010 | 8fabb18fa2c38fa2facd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)