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 | ?B???? | 001111110100001000111111001111110011111100111111 | 3f423f3f3f3f |
SJIS-WIN | ?B???? | 001111110100001000111111001111110011111100111111 | 3f423f3f3f3f |
EUC-JP | ?B???? | 001111110100001000111111001111110011111100111111 | 3f423f3f3f3f |
UTF-8 | 혢B혗챠혙짝 | 11101101100110001010001001000010111011011001100010010111111011001011000110100000111011011001100010011001111011001010011110011101 | ed98a242ed9897ecb1a0ed9899eca79d |
UHC | 혢B혗챠혙짝 | 1100001010001011010000101100001010000010110000111010110111000010100001001100001010100110 | c28b42c282c3adc284c2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)