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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 筌??揖わ? | 111000101010001100111111001111111001011101001011100000101110110100111111 | e2a33f3f974b82ed3f |
EUC-JP | 筌??揖わ? | 111001001010010100111111001111111100110110101100101001001110111100111111 | e4a53f3fcdaca4ef3f |
UTF-8 | 筌듐굧揖わ㎕ | 111001111010110110001100111010111001001110010000111010101011010110100111111001101000111110010110111000111000001010001111111000111000111010010101 | e7ad8ceb9390eab5a7e68f96e3828fe38e95 |
UHC | 筌듐굧揖わ㎕ | 111011111010011110110101111000111000001010001101111010111110011110101010111011111010011110100001 | efa7b5e3828debe7aaefa7a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)