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 | 瑕碵?奈 | 11100000111010101110000111110001001111111001001111011110 | e0eae1f13f93de |
EUC-JP | 瑕碵錟奈 | 111000001110110011100010111100111000111111100100110111011100011011100000 | e0ece2f38fe4ddc6e0 |
UTF-8 | 瑕碵錟奈 | 111001111001000110010101111001111010001010110101111010011000110010011111111001011010010110001000 | e79195e7a2b5e98c9fe5a588 |
UHC | 瑕?錟奈 | 11111001110000100011111111010011110010101101001010101111 | f9c23fd3cad2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)