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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 枝??澱?? | 1000111001111101001111110011111110010011011000100011111100111111 | 8e7d3f3f93623f3f |
EUC-JP | 枝??澱?嫄 | 10111011110111100011111100111111110001011100001100111111100011111011101010100001 | bbde3f3fc5c33f8fbaa1 |
UTF-8 | 枝븃눴澱렰嫄 | 111001101001111010011101111010111011100010000011111010111000100010110100111001101011111010110001111010111010000010110000111001011010101110000100 | e69e9debb883eb88b4e6beb1eba0b0e5ab84 |
UHC | 枝븃눴澱렰嫄 | 111100101010101110111010111010001011010010110011111011101111111010001110101111011110101010110001 | f2abbae8b4b3eefe8ebdeab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)