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 | 亮꾥솊}亮꾥솊{^ | 111011111010010110110111111010101011111010100101111011001000011010001010011111011110111110100101101101111110101010111110101001011110110010000110100010100111101101011110 | efa5b7eabea5ec868a7defa5b7eabea5ec868a7b5e |
UHC | 亮꾥솊}亮꾥솊{^ | 111001011011100110000100111010001001100110001110011111011110010110111001100001001110100010011001100011100111101101011110 | e5b984e8998e7de5b984e8998e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)