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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 谿画ョ運 | 11100110101011101000100111100110101011101000100101011110 | e6ae89e6ae895e |
EUC-JP | 谿画ョ運 | 1110110010110000101100101110100010001110101011101011000110111111 | ecb0b2e88eaeb1bf |
UTF-8 | 谿画ョ運 | 111010001011000010111111111001111001010010111011111011111011110110101110111010011000000110001011 | e8b0bfe794bbefbdaee9818b |
UHC | 谿??運 | 110011011010110000111111001111111110101010100001 | cdac3f3feaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)