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 | 第削織 | 100100011110011010001101111011011001000001000100 | 91e68ded9044 |
EUC-JP | 第削織 | 110000101110100010111010111011111011111110100101 | c2e8baefbfa5 |
UTF-8 | 第削織 | 111001111010110010101100111001011000100110001010111001111011100110010100 | e7acace5898ae7b994 |
UHC | 第削織 | 111100001010111111011110111110111111001011000100 | f0afdefbf2c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)