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 | 逕肴凄 | 111001111001010010001101111001101001000010100110 | e7948de690a6 |
EUC-JP | 逕肴凄 | 111011011111010010111010111010001100000010101000 | edf4bae8c0a8 |
UTF-8 | 逕肴凄 | 111010011000000010010101111010001000001010110100111001011000011110000100 | e98095e882b4e58784 |
UHC | 逕肴凄 | 110011001110111111111101101000101111010010100010 | cceffda2f4a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)