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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??繭荻? | 00111111001111111001011010011010100010011010110000111111 | 3f3f969a89ac3f |
EUC-JP | 邕杻繭荻? | 1000111111100001111011011000111111000011101001101100101111111010101100101010111000111111 | 8fe1ed8fc3a6cbfab2ae3f |
UTF-8 | 邕杻繭荻렔 | 111010011000001010010101111001101001110110111011111001111011100110101101111010001000110110111011111010111010000010010100 | e98295e69dbbe7b9ade88dbbeba094 |
UHC | 邕杻繭荻렔 | 11101000101110111101001011101110110011001011011011101110111000101000111010101001 | e8bbd2eeccb6eee28ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)