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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 裲焔アE | 111001011110101010001001100010111011000101000101 | e5ea898bb145 |
EUC-JP | 裲焔アE | 11101010111011001011000111101011100011101011000101000101 | eaecb1eb8eb145 |
UTF-8 | 裲焔アE | 11101000101000111011001011100111100001001001010011101111101111011011000101000101 | e8a3b2e78494efbdb145 |
UHC | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)