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 | 仲?漬篩? | 1001001010000111001111111001001011010000111000101011111100111111 | 92873f92d0e2bf3f |
EUC-JP | 仲?漬篩汶 | 11000011111001110011111111000100110100101110010011000001100011111100011011100101 | c3e73fc4d2e4c18fc6e5 |
UTF-8 | 仲렩漬篩汶 | 111001001011101110110010111010111010000010101001111001101011110010101100111001111010111110101001111001101011000110110110 | e4bbb2eba0a9e6bcace7afa9e6b1b6 |
UHC | 仲렩漬篩汶 | 11110001111010101000111010110111111100101011000011011110111010001101101010100001 | f1ea8eb7f2b0dee8daa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)