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 | 篌盈語┯ | 1110001010111010100010010110110110001100111010101000010010110110 | e2ba896d8cea84b6 |
EUC-JP | 篌盈語┯ | 1110010010111100101100011100111010111000111011001010100010111000 | e4bcb1ceb8eca8b8 |
UTF-8 | 篌盈語┯ | 111001111010111110001100111001111001101110001000111010001010101010011110111000101001010010101111 | e7af8ce79b88e8aa9ee294af |
UHC | ?盈語┯ | 00111111111001111100001111100101110111101010011010111000 | 3fe7c3e5dea6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)