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 | ???_??? | 00111111001111110011111101011111001111110011111100111111 | 3f3f3f5f3f3f3f |
SJIS-WIN | ???_??? | 00111111001111110011111101011111001111110011111100111111 | 3f3f3f5f3f3f3f |
EUC-JP | ???_??? | 00111111001111110011111101011111001111110011111100111111 | 3f3f3f5f3f3f3f |
UTF-8 | 챙혞짜_챈쨀혙 | 11101100101100011001100111101101100110001001111011101100101001111001110001011111111011001011000110001000111011001010100010000000111011011001100010011001 | ecb199ed989eeca79c5fecb188eca880ed9899 |
UHC | 챙혞짜_챈쨀혙 | 11000011101011001100001010001000110000101010010101011111110000111010011011000010101100111100001010000100 | c3acc288c2a55fc3a6c2b3c284 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)