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 | 澵失燾而 | 1111101101001100100011101011100011111011010110101000111010100111 | fb4c8eb8fb5a8ea7 |
EUC-JP | 澵失燾而 | 10001111110010001111100010111100101110101000111111001010101111011011110010101001 | 8fc8f8bcba8fcabdbca9 |
UTF-8 | 澵失燾而 | 111001101011111010110101111001011010010010110001111001111000011110111110111010001000000010001100 | e6beb5e5a4b1e787bee8808c |
UHC | ?失燾而 | 00111111111000111111011111010100101001111110110010111011 | 3fe3f7d4a7ecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)