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 | 茖劫1鐚 | 1110010010100001100011011000010110000010010100001110100001011011 | e4a18d858250e85b |
EUC-JP | 茖劫1鐚 | 1110100010100011101110011110010110100011101100011110111110111100 | e8a3b9e5a3b1efbc |
UTF-8 | 茖劫1鐚 | 111010001000110010010110111001011000101010101011111011111011110010010001111010011001000010011010 | e88c96e58aabefbc91e9909a |
UHC | ?劫1? | 001111111100110010100100101000111011000100111111 | 3fcca4a3b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)