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 | 欲郵隅? | 10010111011111101001011101011000100010111111011100111111 | 977e97588bf73f |
EUC-JP | 欲郵隅? | 11001101110111111100110110111001101101101111100100111111 | cddfcdb9b6f93f |
UTF-8 | 欲郵隅읯 | 111001101010110010110010111010011000001110110101111010011001101010000101111011001001110110101111 | e6acb2e983b5e99a85ec9daf |
UHC | 欲郵隅읯 | 1110100110110000111010011110100011101001111010101001111111010101 | e9b0e9e8e9ea9fd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)