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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 챘챌철쩔짜횋 | 111011001011000110011000111011001011000110001100111011001011001010100000111011001010100110010100111011001010011110011100111011011001101010001011 | ecb198ecb18cecb2a0eca994eca79ced9a8b |
UHC | 챘챌철쩔짜횋 | 110000111010101111000011101001111100001110110110110000101011111111000010101001011100001110001001 | c3abc3a7c3b6c2bfc2a5c389 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)