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 | 讓帝カイ | 111001101010100010010010111010011011011010110010 | e6a892e9b6b2 |
EUC-JP | 讓帝カイ | 1110110010101010110001001110101110001110101101101000111010110010 | ecaac4eb8eb68eb2 |
UTF-8 | 讓帝カイ | 111010001010111010010011111001011011100010011101111011111011110110110110111011111011110110110010 | e8ae93e5b89defbdb6efbdb2 |
UHC | 讓帝?? | 111001011101001111110000101010000011111100111111 | e5d3f0a83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)