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 | 紆ゅ外襞 | 1110001011111100100000101110001110001010010011111110010111111100 | e2fc82e38a4fe5fc |
EUC-JP | 紆ゅ外襞 | 1110010011111110101001001110010110110011101100001110101011111110 | e4fea4e5b3b0eafe |
UTF-8 | 紆ゅ外襞 | 111001111011010010000110111000111000001010000101111001011010010010010110111010001010010110011110 | e7b486e38285e5a496e8a59e |
UHC | 紆ゅ外? | 11101001111000011010101011100101111010001110001000111111 | e9e1aae5e8e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)