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 | 軏基鱒賍 | 1111101110110010100010101110111010010110100100001110011011011010 | fbb28aee9690e6da |
EUC-JP | 軏基鱒賍 | 100011111110000011011001101101001111000011001011111100001110110011011100 | 8fe0d9b4f0cbf0ecdc |
UTF-8 | 軏基鱒賍 | 111010001011101110001111111001011001111110111010111010011011000110010010111010001011001110001101 | e8bb8fe59fbae9b192e8b38d |
UHC | ?基?? | 0011111111010000111100010011111100111111 | 3fd0f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)