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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鞣吮扱籬 | 1110100011100010100110011110001010001000101101011110001011011111 | e8e299e288b5e2df |
EUC-JP | 鞣吮扱籬 | 1111000011100100110100101110010010110000101101111110010011100001 | f0e4d2e4b0b7e4e1 |
UTF-8 | 鞣吮扱籬 | 111010011001111010100011111001011001000010101110111001101000100110110001111001111011000110101100 | e99ea3e590aee689b1e7b1ac |
UHC | ??扱籬 | 001111110011111111010000111000101101011111100110 | 3f3fd0e2d7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)