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 | 承匙嘶? | 10001111101100111000110111111010100110100111110000111111 | 8fb38dfa9a7c3f |
EUC-JP | 承匙嘶渢 | 101111101011010110111010111111001101001111011101100011111100011111101010 | beb5bafcd3dd8fc7ea |
UTF-8 | 承匙嘶渢 | 111001101000100110111111111001011000110010011001111001011001100010110110111001101011100010100010 | e689bfe58c99e598b6e6b8a2 |
UHC | 承匙嘶? | 11100011101011111110001110110101111000111011011000111111 | e3afe3b5e3b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)