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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 霄ムシ霄ムシ^ | 111010001011101011010001101111001110100010111010110100011011110001011110 | e8bad1bce8bad1bc5e |
EUC-JP | 霄ムシ霄ムシ^ | 11110000101111001000111011010001100011101011110011110000101111001000111011010001100011101011110001011110 | f0bc8ed18ebcf0bc8ed18ebc5e |
UTF-8 | 霄ムシ霄ムシ^ | 11101001100111001000010011101111101111101001000111101111101111011011110011101001100111001000010011101111101111101001000111101111101111011011110001011110 | e99c84efbe91efbdbce99c84efbe91efbdbc5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)