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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 孼????? | 1000111110111010110000110011111100111111001111110011111100111111 | 8fbac33f3f3f3f3f |
UTF-8 | 孼꾨툖溜뽳쭖 | 111001011010110110111100111010101011111010101000111011011000100010010110111011111010011110001011111010111011110110110011111011001010110110010110 | e5adbceabea8ed8896efa78bebbdb3ecad96 |
UHC | 孼꾨툖溜뽳쭖 | 111001011110110110000100111010111011100010001101111010101111111010010110111011111010011110001110 | e5ed84ebb88deafe96efa78e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)