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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 躊湫灌溏 | 1110011101010011100111111101010110011111111100111001111111101101 | e7539fd59ff39fed |
EUC-JP | 躊湫灌溏 | 1110110110110100110111101101011111011110111101011101111011101111 | edb4ded7def5deef |
UTF-8 | 躊湫灌溏 | 111010001011101010001010111001101011100110101011111001111000000110001100111001101011101010001111 | e8ba8ae6b9abe7818ce6ba8f |
UHC | 躊湫灌? | 11110001110011001111010111010011110011101011010000111111 | f1ccf5d3ceb43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)