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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???諭?B | 00111111001111110011111110010111010000000011111101000010 | 3f3f3f97403f42 |
EUC-JP | ???諭?B | 00111111001111110011111111001101101000010011111101000010 | 3f3f3fcda13f42 |
UTF-8 | 凉깅끆諭췾B | 11101111101001011011100111101010101110011000010111101011100000011000011011101000101010111010110111101100101101111011111001000010 | efa5b9eab985eb8186e8abadecb7be42 |
UHC | 凉깅끆諭췾B | 1110010110111100101100011110101110000101101110101110101110110001101011100111011001000010 | e5bcb1eb85baebb1ae7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)