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 | 笏エ縲孝 | 11100010100101001011010011100011100000001000110101000110 | e294b4e3808d46 |
EUC-JP | 笏エ縲孝 | 1110001111110100100011101011010011100101111000001011100110100111 | e3f48eb4e5e0b9a7 |
UTF-8 | 笏エ縲孝 | 111001111010110010001111111011111011110110110100111001111011100010110010111001011010110110011101 | e7ac8fefbdb4e7b8b2e5ad9d |
UHC | 笏??孝 | 111110111110111000111111001111111111110011111000 | fbee3f3ffcf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)