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 | ???d??? | 00111111001111110011111101100100001111110011111100111111 | 3f3f3f643f3f3f |
SJIS-WIN | ???d??? | 00111111001111110011111101100100001111110011111100111111 | 3f3f3f643f3f3f |
EUC-JP | ???d??? | 00111111001111110011111101100100001111110011111100111111 | 3f3f3f643f3f3f |
UTF-8 | 챈쨋혣d챈쨋혣 | 11101100101100011000100011101100101010001000101111101101100110001010001101100100111011001011000110001000111011001010100010001011111011011001100010100011 | ecb188eca88bed98a364ecb188eca88bed98a3 |
UHC | 챈쨋혣d챈쨋혣 | 11000011101001101100001010110110110000101000110001100100110000111010011011000010101101101100001010001100 | c3a6c2b6c28c64c3a6c2b6c28c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)