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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 円????? | 10001001011111100011111100111111001111110011111100111111 | 897e3f3f3f3f3f |
EUC-JP | 円????? | 10110001110111110011111100111111001111110011111100111111 | b1df3f3f3f3f3f |
UTF-8 | 円븍젿玲곷젻 | 111001011000011010000110111010111011100010001101111011001010000010111111111011111010011010101101111010101011001110110111111011001010000010111011 | e58686ebb88deca0bfefa6adeab3b7eca0bb |
UHC | 円븍젿玲곷젻 | 111001011111011110111010111010111010000010110001111001111011111110000001111010111010000010101110 | e5f7baeba0b1e7bf81eba0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)