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 | ??J? | 00111111001111110100101000111111 | 3f3f4a3f |
SJIS-WIN | モュJ鮏 | 1101001110101101010010101111110001000011 | d3ad4afc43 |
EUC-JP | モュJ鮏 | 1000111011010011100011101010110101001010100011111110101011011011 | 8ed38ead4a8feadb |
UTF-8 | モュJ鮏 | 11101111101111101001001111101111101111011010110101001010111010011010111010001111 | efbe93efbdad4ae9ae8f |
UHC | ??J? | 00111111001111110100101000111111 | 3f3f4a3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)