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 | ?|??? | 0011111101111100001111110011111100111111 | 3f7c3f3f3f |
SJIS-WIN | ?|??? | 0011111101111100001111110011111100111111 | 3f7c3f3f3f |
EUC-JP | ?|??? | 0011111101111100001111110011111100111111 | 3f7c3f3f3f |
UTF-8 | 혦|혶쨀혮 | 11101101100110001010011001111100111011011001100010110110111011001010100010000000111011011001100010101110 | ed98a67ced98b6eca880ed98ae |
UHC | 혦|혶쨀혮 | 110000101000111001111100110000101001110111000010101100111100001010010101 | c28e7cc29dc2b3c295 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)