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 | 螂幄ョ鍋 | 11100101101001011001101111101000101011101001001111100111 | e5a59be8ae93e7 |
EUC-JP | 螂幄ョ鍋 | 1110101010100111110101101110101010001110101011101100011011101001 | eaa7d6ea8eaec6e9 |
UTF-8 | 螂幄ョ鍋 | 111010001001111010000010111001011011100110000100111011111011110110101110111010011000110110001011 | e89e82e5b984efbdaee98d8b |
UHC | 螂幄?鍋 | 11010101110011001110010011000001001111111100111010100111 | d5cce4c13fcea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)