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 | 蠏鍋朕韈 | 1110010110110101100100111110011110010010101111011110100011100111 | e5b593e792bde8e7 |
EUC-JP | 蠏鍋朕韈 | 1110101010110111110001101110100111000100101111111111000011101001 | eab7c6e9c4bff0e9 |
UTF-8 | 蠏鍋朕韈 | 111010001010000010001111111010011000110110001011111001101001110010010101111010011001111110001000 | e8a08fe98d8be69c95e99f88 |
UHC | ?鍋朕? | 001111111100111010100111111100101111100100111111 | 3fcea7f2f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)