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 | 鈆汐聰宍 | 1111101111000001100011101010110011100011111000001000111010110011 | fbc18eace3e08eb3 |
EUC-JP | 鈆汐聰宍 | 100011111110001110111100101111001010111011100110111000101011110010110101 | 8fe3bcbcaee6e2bcb5 |
UTF-8 | 鈆汐聰宍 | 111010011000100010000110111001101011000110010000111010001000000110110000111001011010111010001101 | e98886e6b190e881b0e5ae8d |
UHC | ?汐聰? | 001111111110000010110001111101011100011000111111 | 3fe0b1f5c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)