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 | ????X | 0011111100111111001111110011111101011000 | 3f3f3f3f58 |
SJIS-WIN | ?普斤?X | 00111111100101011000000110001011110100100011111101011000 | 3f95818bd23f58 |
EUC-JP | ?普斤?X | 00111111110010011110000110110110110101000011111101011000 | 3fc9e1b6d43f58 |
UTF-8 | 렺普斤렔X | 11101011101000001011101011100110100110011010111011100110100101101010010011101011101000001001010001011000 | eba0bae699aee696a4eba09458 |
UHC | 렺普斤렔X | 100011101100001011011100110001011101000011000101100011101010100101011000 | 8ec2dcc5d0c58ea958 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)