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 | 肅弱兊 | 111000111110011110001110111000111111101001111110 | e3e78ee3fa7e |
EUC-JP | 肅弱兊 | 11100110111010011011110011100101100011111011001011100110 | e6e9bce58fb2e6 |
UTF-8 | 肅弱兊 | 111010001000001010000101111001011011110010110001111001011000010110001010 | e88285e5bcb1e5858a |
UHC | 肅弱? | 1110001011011100111001011011000000111111 | e2dce5b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)