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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 隣명쏨}隣명쏨{^ | 111011111010011110110001111010111010101010000101111011001000111110101000011111011110111110100111101100011110101110101010100001011110110010001111101010000111101101011110 | efa7b1ebaa85ec8fa87defa7b1ebaa85ec8fa87b5e |
UHC | 隣명쏨}隣명쏨{^ | 111011001110010010111000111011011011110111110100011111011110110011100100101110001110110110111101111101000111101101011110 | ece4b8edbdf47dece4b8edbdf47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)