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艶? | 1001000011100010001111110011111101010110100010011001000000111111 | 90e23f3f5689903f |
EUC-JP | 絶??V艶? | 1100000011100100001111110011111101010110101100011111000000111111 | c0e43f3f56b1f03f |
UTF-8 | 絶볩쉭V艶쥲 | 11100111101101011011011011101011101100111010100111101100100010011010110101010110111010001000100110110110111011001010010110110010 | e7b5b6ebb3a9ec89ad56e889b6eca5b2 |
UHC | 絶볩쉭V艶쥲 | 1110111110111110100100111110111110111101101011010101011011100110111111011010001101000010 | efbe93efbdad56e6fda342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)