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 | 蠏鍋朕驩 | 1110010110110101100100111110011110010010101111011110100110001001 | e5b593e792bde989 |
EUC-JP | 蠏鍋朕驩 | 1110101010110111110001101110100111000100101111111111000111101001 | eab7c6e9c4bff1e9 |
UTF-8 | 蠏鍋朕驩 | 111010001010000010001111111010011000110110001011111001101001110010010101111010011010100110101001 | e8a08fe98d8be69c95e9a9a9 |
UHC | ?鍋朕驩 | 00111111110011101010011111110010111110011111110010111110 | 3fcea7f2f9fcbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)