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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譟エ豎仙ョ | 1110011010011111101101001110011010110001100100001110010110101110 | e69fb4e6b190e5ae |
EUC-JP | 譟エ豎仙ョ | 11101100101000011000111010110100111011001011001111000000111001111000111010101110 | eca18eb4ecb3c0e78eae |
UTF-8 | 譟エ豎仙ョ | 111010001010110110011111111011111011110110110100111010001011000110001110111001001011101110011001111011111011110110101110 | e8ad9fefbdb4e8b18ee4bb99efbdae |
UHC | ???仙? | 001111110011111100111111111000001011100100111111 | 3f3f3fe0b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)