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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 借ⅳ実射式 | 10001110110110001111101001000011100011101100000010001110110010111000111010101110 | 8ed8fa438ec08ecb8eae |
EUC-JP | 借?実射式 | 101111001101101000111111101111001100001010111100110011011011110010110000 | bcda3fbcc2bccdbcb0 |
UTF-8 | 借ⅳ実射式 | 111001011000000010011111111000101000010110110011111001011010111010011111111001011011000010000100111001011011110010001111 | e5809fe285b3e5ae9fe5b084e5bc8f |
UHC | 借ⅳ?射式 | 111100111010100010100101101001000011111111011110110100101110001111010010 | f3a8a5a43fded2e3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)