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 | ?×}?×{^ | 00111111110101110111110100111111110101110111101101011110 | 3fd77d3fd77b5e |
SJIS-WIN | ¥×}¥×{^ | 1000000110001111100000010111111001111101100000011000111110000001011111100111101101011110 | 818f817e7d818f817e7b5e |
EUC-JP | ¥×}¥×{^ | 1010000111101111101000011101111101111101101000011110111110100001110111110111101101011110 | a1efa1df7da1efa1df7b5e |
UTF-8 | ¥×}¥×{^ | 11101111101111111010010111000011100101110111110111101111101111111010010111000011100101110111101101011110 | efbfa5c3977defbfa5c3977b5e |
UHC | ¥×}¥×{^ | 1010000111001101101000011011111101111101101000011100110110100001101111110111101101011110 | a1cda1bf7da1cda1bf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)