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 | 暎??? | 1001110111110011001111110011111100111111 | 9df33f3f3f |
EUC-JP | 暎??縯 | 11011010111101010011111100111111100011111101010011001011 | daf53f3f8fd4cb |
UTF-8 | 暎㏘툋縯 | 111001101001101010001110111000111000111110011000111011011000100010001011111001111011100010101111 | e69a8ee38f98ed888be7b8af |
UHC | 暎㏘툋縯 | 1110011110110010101000101110010010111000100000111110011011100000 | e7b2a2e4b883e6e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)