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 | 壯ワ?? | 100110101110000110000011100011110011111100111111 | 9ae1838f3f3f |
EUC-JP | 壯ワ?? | 110101001110001110100101111011110011111100111111 | d4e3a5ef3f3f |
UTF-8 | 壯ワ풙女 | 111001011010001110101111111000111000001110101111111011011001001010011001111011111010011010000001 | e5a3afe383afed9299efa681 |
UHC | 壯ワ풙女 | 1110110111100000101010111110111110111110100111001110010111111100 | ede0abefbe9ce5fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)