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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豫??臆? | 10011000101011000011111100111111100010011011000000111111 | 98ac3f3f89b03f |
EUC-JP | 豫??臆? | 11010000101011100011111100111111101100101011001000111111 | d0ae3f3fb2b23f |
UTF-8 | 豫뫄묀臆둆 | 111010001011000110101011111010111010101110000100111010111010110010000000111010001000011110000110111010111001000110000110 | e8b1abebab84ebac80e88786eb9186 |
UHC | 豫뫄묀臆둆 | 11100111111000111011100011111010101110011010000111100101111001101000101001000010 | e7e3b8fab9a1e5e68a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)