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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 횓횇쨍챤혧쨔쨌 | 111011011001101010010011111011011001101010000111111011001010100010001101111011001011000110100100111011011001100010100111111011001010100010010100111011001010100010001100 | ed9a93ed9a87eca88decb1a4ed98a7eca894eca88c |
UHC | 횓횇쨍챤혧쨔쨌 | 1100001110001110110000111000010111000010101110001100001110101110110000101000111111000010101110011100001010110111 | c38ec385c2b8c3aec28fc2b9c2b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)