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 | Åû | 100101111100010110011010111110111001110110010110 | 97c59afb9d96 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Å?û?? | 00111111100011111010101010101001001111111000111110101011111001010011111100111111 | 3f8faaa93f8fabe53f3f |
UTF-8 | Åû | 110000101001011111000011100001011100001010011010110000111011101111000010100111011100001010010110 | c297c385c29ac3bbc29dc296 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)