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 | 湞班렢렏 | 111001101011100110011110111001111000111110101101111010111010000010100010111010111010000010001111 | e6b99ee78fadeba0a2eba08f |
UHC | 湞班렢렏 | 1110111111100110110110101110110010001110101100111000111010100101 | efe6daec8eb38ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)