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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 葢蒔犱 | 111001001110001010001110101010101111101101011011 | e4e28eaafb5b |
EUC-JP | 葢蒔犱 | 11101000111001001011110010101100100011111100101011101111 | e8e4bcac8fcaef |
UTF-8 | 葢蒔犱 | 111010001001000110100010111010001001001010010100111001111000101010110001 | e891a2e89294e78ab1 |
UHC | ?蒔? | 00111111111000111100100000111111 | 3fe3c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)