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 | シサ丈タシ | 1111000010111100101111001011101110001111111001001100000010111100 | f0bcbcbb8fe4c0bc |
EUC-JP | ?シサ丈タシ | 0011111110001110101111001000111010111011101111101110011010001110110000001000111010111100 | 3f8ebc8ebbbee68ec08ebc |
UTF-8 | シサ丈タシ | 111011101000000110111011111011111011110110111100111011111011110110111011111001001011100010001000111011111011111010000000111011111011110110111100 | ee81bbefbdbcefbdbbe4b888efbe80efbdbc |
UHC | ???丈?? | 00111111001111110011111111101101110110110011111100111111 | 3f3f3feddb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)