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 | 鱆軸煆ヌア | 1110100111100001100011101011001011111011010101101100011110110001 | e9e18eb2fb56c7b1 |
EUC-JP | 鱆軸煆ヌア | 1111001011100011101111001011010010001111110010011111010010001110110001111000111010110001 | f2e3bcb48fc9f48ec78eb1 |
UTF-8 | 鱆軸煆ヌア | 111010011011000110000110111010001011101110111000111001111000010110000110111011111011111010000111111011111011110110110001 | e9b186e8bbb8e78586efbe87efbdb1 |
UHC | ?軸??? | 001111111111010111101110001111110011111100111111 | 3ff5ee3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)