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 | ???V?? | 001111110011111100111111010101100011111100111111 | 3f3f3f563f3f |
SJIS-WIN | 絶??V悅? | 1001000011100010001111110011111101010110111110101011110100111111 | 90e23f3f56fabd3f |
EUC-JP | 絶??V?? | 11000000111001000011111100111111010101100011111100111111 | c0e43f3f563f3f |
UTF-8 | 絶볩쉭V悅췇 | 11100111101101011011011011101011101100111010100111101100100010011010110101010110111001101000001010000101111011001011011110000111 | e7b5b6ebb3a9ec89ad56e68285ecb787 |
UHC | 絶볩쉭V悅췇 | 1110111110111110100100111110111110111101101011010101011011100110111011011010111001000010 | efbe93efbdad56e6edae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)