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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | モ」矚~ | 1101001110100011111000011101111101111110 | d3a3e1df7e |
EUC-JP | モ」矚~ | 10001110110100111000111010100011111000101110000101111110 | 8ed38ea3e2e17e |
UTF-8 | モ」矚~ | 11101111101111101001001111101111101111011010001111100111100111111001101001111110 | efbe93efbda3e79f9a7e |
UHC | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)