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 | ???節ζ? | 0011111100111111001111111001000011011111100000111100010000111111 | 3f3f3f90df83c43f |
EUC-JP | ???節ζ? | 0011111100111111001111111100000011100001101001101100011000111111 | 3f3f3fc0e1a6c63f |
UTF-8 | 筽사쭣節ζ쫲 | 1110011110101101101111011110110010000010101011001110110010101101101000111110011110101111100000001100111010110110111011001010101110110010 | e7adbdec82acecada3e7af80ceb6ecabb2 |
UHC | 筽사쭣節ζ쫲 | 111010001010010010111011111001111010011110011000111011111011110110100101111001101010011010001010 | e8a4bbe7a798efbda5e6a68a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)