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 | 暎℡?? | 100111011111001110000111100001000011111100111111 | 9df387843f3f |
EUC-JP | 暎??縯 | 11011010111101010011111100111111100011111101010011001011 | daf53f3f8fd4cb |
UTF-8 | 暎℡뤀縯 | 111001101001101010001110111000101000010010100001111010111010010010000000111001111011100010101111 | e69a8ee284a1eba480e7b8af |
UHC | 暎℡뤀縯 | 1110011110110010101000101110010110001111101100011110011011100000 | e7b2a2e58fb1e6e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)