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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 禹鈍? | 1110001001011010100100111101110100111111 | e25a93dd3f |
EUC-JP | 禹鈍? | 1110001110111011110001101101111100111111 | e3bbc6df3f |
UTF-8 | 禹鈍㏐ | 111001111010011010111001111010011000100010001101111000111000111110010000 | e7a6b9e9888de38f90 |
UHC | 禹鈍㏐ | 111010011110000011010100111011111010011111101010 | e9e0d4efa7ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)