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 | 諟室 | 111110111010100010001110101110101111000111101011 | fba88ebaf1eb |
EUC-JP | 諟室? | 100011111101111010110000101111001011110000111111 | 8fdeb0bcbc3f |
UTF-8 | 諟室 | 111010001010101110011111111001011010111010100100111011101000010110100110 | e8ab9fe5aea4ee85a6 |
UHC | ?室? | 00111111111000111111100000111111 | 3fe3f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)