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 | 枝絲?名 | 10001110011111011110001101001110001111111001011010111100 | 8e7de34e3f96bc |
EUC-JP | 枝絲?名 | 10111011110111101110010110101111001111111100110010111110 | bbdee5af3fccbe |
UTF-8 | 枝絲렡名 | 111001101001111010011101111001111011010110110010111010111010000010100001111001011001000010001101 | e69e9de7b5b2eba0a1e5908d |
UHC | 枝絲렡名 | 1111001010101011110111101110101010001110101100101101100110100011 | f2abdeea8eb2d9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)