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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瓦懶ご? | 10001010101000101001110011101111100000101011001000111111 | 8aa29cef82b23f |
EUC-JP | 瓦懶ご? | 10110100101001001101100011110001101001001011010000111111 | b4a4d8f1a4b43f |
UTF-8 | 瓦懶ご렕 | 111001111001001110100110111001101000011110110110111000111000000110010100111010111010000010010101 | e793a6e687b6e38194eba095 |
UHC | 瓦懶ご렕 | 1110100010111111110101001111101110101010101101001000111010101010 | e8bfd4fbaab48eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)