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 | 韈芽サク邵 | 1110100011100111100010011110100010111011101110001110011110111000 | e8e789e8bbb8e7b8 |
EUC-JP | 韈芽サク邵 | 11110000111010011011001011101010100011101011101110001110101110001110111010111010 | f0e9b2ea8ebb8eb8eeba |
UTF-8 | 韈芽サク邵 | 111010011001111110001000111010001000101010111101111011111011110110111011111011111011110110111000111010011000001010110101 | e99f88e88abdefbdbbefbdb8e982b5 |
UHC | ?芽??邵 | 00111111111001001011010000111111001111111110000111010000 | 3fe4b43f3fe1d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)