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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蜆偵醇 | 111001011000010010010010111000111000111110000110 | e58492e38f86 |
EUC-JP | 蜆偵醇 | 111010011110010011000100111001011011110111100110 | e9e4c4e5bde6 |
UTF-8 | 蜆偵醇 | 111010001001110010000110111001011000000110110101111010011000011010000111 | e89c86e581b5e98687 |
UHC | ?偵醇 | 0011111111101111110011111110001011110101 | 3fefcfe2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)