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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 燿f???? | 1110000010100000100000101000011000111111001111110011111100111111 | e0a082863f3f3f3f |
EUC-JP | 燿f?邕?? | 11100000101000101010001111100110001111111000111111100001111011010011111100111111 | e0a2a3e63f8fe1ed3f3f |
UTF-8 | 燿f뜥邕듿윿 | 111001111000011110111111111011111011110110000110111010111001110010100101111010011000001010010101111010111001001110111111111011001001110010111111 | e787bfefbd86eb9ca5e98295eb93bfec9cbf |
UHC | 燿f뜥邕듿윿 | 111010001111110010100011111001101000110110101000111010001011101110001010111001011001111110110111 | e8fca3e68da8e8bb8ae59fb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)