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 | 錞ネ熙エ | 111110111101101111001000111010101010010010110100 | fbdbc8eaa4b4 |
EUC-JP | 錞ネ熙エ | 100011111110010011011100100011101100100011110100101001101000111010110100 | 8fe4dc8ec8f4a68eb4 |
UTF-8 | 錞ネ熙エ | 111010011000110010011110111011111011111010001000111001111000011010011001111011111011110110110100 | e98c9eefbe88e78699efbdb4 |
UHC | 錞?熙? | 111000101111011000111111111111011111011100111111 | e2f63ffdf73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)