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 | 鬆ク逞馬 | 11101001101000001011100011100111100101111001010001101110 | e9a0b8e797946e |
EUC-JP | 鬆ク逞馬 | 1111001010100010100011101011100011101101111101111100011111001111 | f2a28eb8edf7c7cf |
UTF-8 | 鬆ク逞馬 | 111010011010110010000110111011111011110110111000111010011000000010011110111010011010011010101100 | e9ac86efbdb8e9809ee9a6ac |
UHC | ??逞馬 | 001111110011111111010110110000011101100010101001 | 3f3fd6c1d8a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)