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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 﨧漆n}﨧漆n{^ | 11111011110100111000111010111101011011100111110111111011110100111000111010111101011011100111101101011110 | fbd38ebd6e7dfbd38ebd6e7b5e |
EUC-JP | ?漆n}?漆n{^ | 0011111110111100101111110110111001111101001111111011110010111111011011100111101101011110 | 3fbcbf6e7d3fbcbf6e7b5e |
UTF-8 | 﨧漆n}﨧漆n{^ | 1110111110101000101001111110011010111100100001100110111001111101111011111010100010100111111001101011110010000110011011100111101101011110 | efa8a7e6bc866e7defa8a7e6bc866e7b5e |
UHC | ?漆n}?漆n{^ | 0011111111110110110101000110111001111101001111111111011011010100011011100111101101011110 | 3ff6d46e7d3ff6d46e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)