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 | 燿f?? | 111000001010000010000010100001100011111100111111 | e0a082863f3f |
EUC-JP | 燿f?邕 | 1110000010100010101000111110011000111111100011111110000111101101 | e0a2a3e63f8fe1ed |
UTF-8 | 燿f뜥邕 | 111001111000011110111111111011111011110110000110111010111001110010100101111010011000001010010101 | e787bfefbd86eb9ca5e98295 |
UHC | 燿f뜥邕 | 1110100011111100101000111110011010001101101010001110100010111011 | e8fca3e68da8e8bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)