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 | ?班?? | 0011111110010100110001110011111100111111 | 3f94c73f3f |
EUC-JP | 湞班?? | 10001111110001111111111011001000110010010011111100111111 | 8fc7fec8c93f3f |
UTF-8 | 湞班렠렎 | 111001101011100110011110111001111000111110101101111010111010000010100000111010111010000010001110 | e6b99ee78fadeba0a0eba08e |
UHC | 湞班렠렎 | 1110111111100110110110101110110010001110101100011000111010100100 | efe6daec8eb18ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)