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 | 穽??嶝?? | 1110001001110110001111110011111110011011110100010011111100111111 | e2763f3f9bd13f3f |
EUC-JP | 穽??嶝?? | 1110001111010111001111110011111111010110110100110011111100111111 | e3d73f3fd6d33f3f |
UTF-8 | 穽비렱嶝렰렲 | 111001111010100110111101111010111011100110000100111010111010000010110001111001011011011010011101111010111010000010110000111010111010000010110010 | e7a9bdebb984eba0b1e5b69deba0b0eba0b2 |
UHC | 穽비렱嶝렰렲 | 111011111111000010111010111100011000111010111110110101001111000110001110101111011000111010111111 | eff0baf18ebed4f18ebd8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)