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 | 闍醍棟 | 111010001000101110010001111001111001001110001111 | e88b91e7938f |
EUC-JP | 闍醍棟 | 111011111110101111000010111010011100010111101111 | efebc2e9c5ef |
UTF-8 | 闍醍棟 | 111010011001011110001101111010011000011010001101111001101010001110011111 | e9978de9868de6a39f |
UHC | ?醍棟 | 0011111111110000101101011101010011010110 | 3ff0b5d4d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)