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 | 渙湫灌溏 | 1001111111010000100111111101010110011111111100111001111111101101 | 9fd09fd59ff39fed |
EUC-JP | 渙湫灌溏 | 1101111011010010110111101101011111011110111101011101111011101111 | ded2ded7def5deef |
UTF-8 | 渙湫灌溏 | 111001101011100010011001111001101011100110101011111001111000000110001100111001101011101010001111 | e6b899e6b9abe7818ce6ba8f |
UHC | 渙湫灌? | 11111100101110011111010111010011110011101011010000111111 | fcb9f5d3ceb43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)