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 | 珀赦鴫場 | 1110000011011111100011101100110110001110101100001000111111101010 | e0df8ecd8eb08fea |
EUC-JP | 珀赦鴫場 | 1110000011100001101111001100111110111100101100101011111011101100 | e0e1bccfbcb2beec |
UTF-8 | 珀赦鴫場 | 111001111000111110000000111010001011010110100110111010011011010010101011111001011010000010110100 | e78f80e8b5a6e9b4abe5a0b4 |
UHC | 珀赦?場 | 11011010110101101101111011110101001111111110110111011110 | dad6def53fedde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)