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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瑕碵?奈赳 | 111000001110101011100001111100010011111110010011110111101110011011100000 | e0eae1f13f93dee6e0 |
EUC-JP | 瑕碵錟奈赳 | 1110000011101100111000101111001110001111111001001101110111000110111000001110110011100010 | e0ece2f38fe4ddc6e0ece2 |
UTF-8 | 瑕碵錟奈赳 | 111001111001000110010101111001111010001010110101111010011000110010011111111001011010010110001000111010001011010110110011 | e79195e7a2b5e98c9fe5a588e8b5b3 |
UHC | 瑕?錟奈赳 | 111110011100001000111111110100111100101011010010101011111101000010101111 | f9c23fd3cad2afd0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)