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??? | 00111111001111110011111101000010001111110011111100111111 | 3f3f3f423f3f3f |
SJIS-WIN | 助?晤B凄?? | 10001111100101010011111110011101111010110100001010010000101001100011111100111111 | 8f953f9deb4290a63f3f |
EUC-JP | 助?晤B凄?? | 10111101111101010011111111011010111011010100001011000000101010000011111100111111 | bdf53fdaed42c0a83f3f |
UTF-8 | 助끔晤B凄咽칿 | 11100101100010101010100111101011100000011001010011100110100110011010010001000010111001011000011110000100111011111010011010011110111011001011100110111111 | e58aa9eb8194e699a442e58784efa69eecb9bf |
UHC | 助끔晤B凄咽칿 | 11110000101111101011001011111011111001111111101101000010111101001010001011100110111011001010111110001110 | f0beb2fbe7fb42f4a2e6ecaf8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)