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 | 尺瀅赦 | 100011101101101011111011010011101000111011001101 | 8edafb4e8ecd |
EUC-JP | 尺瀅赦 | 10111100110111001000111111001001101010111011110011001111 | bcdc8fc9abbccf |
UTF-8 | 尺瀅赦 | 111001011011000010111010111001111000000010000101111010001011010110100110 | e5b0bae78085e8b5a6 |
UHC | 尺瀅赦 | 111101001010100111111011101001001101111011110101 | f4a9fba4def5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)