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 | 襾?暑 | 1110011001000111001111111000111110001011 | e6473f8f8b |
EUC-JP | 襾鯺暑 | 11101011101010001000111111101011101000101011110111101011 | eba88feba2bdeb |
UTF-8 | 襾鯺暑 | 111010001010010110111110111010011010111110111010111001101001101010010001 | e8a5bee9afbae69a91 |
UHC | ??暑 | 00111111001111111101111111110100 | 3f3fdff4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)