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 | 菴削週 | 111001001011110110001101111011011000111101010100 | e4bd8ded8f54 |
EUC-JP | 菴削週 | 111010001011111110111010111011111011110110110101 | e8bfbaefbdb5 |
UTF-8 | 菴削週 | 111010001000111110110100111001011000100110001010111010011000000010110001 | e88fb4e5898ae980b1 |
UHC | 菴削週 | 111001001110000011011110111110111111000111001110 | e4e0defbf1ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)