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 | 苳削織 | 111001001001010010001101111011011001000001000100 | e4948ded9044 |
EUC-JP | 苳削織 | 111001111111010010111010111011111011111110100101 | e7f4baefbfa5 |
UTF-8 | 苳削織 | 111010001000101110110011111001011000100110001010111001111011100110010100 | e88bb3e5898ae7b994 |
UHC | ?削織 | 0011111111011110111110111111001011000100 | 3fdefbf2c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)