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 | 罌??宜э? | 111000111010000000111111001111111000101101011000100001001000111100111111 | e3a03f3f8b58848f3f |
EUC-JP | 罌??宜э? | 111001101010001000111111001111111011010110111001101001111110111100111111 | e6a23f3fb5b9a7ef3f |
UTF-8 | 罌븝퐢宜э쭓 | 1110011110111101100011001110101110111000100111011110110110010000101000101110010110101110100111001101000110001101111011001010110110010011 | e7bd8cebb89ded90a2e5ae9cd18decad93 |
UHC | 罌븝퐢宜э쭓 | 111001011010001010111010111011111011110110001011111010111111000110101100111011111010011110001011 | e5a2baefbd8bebf1acefa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)