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 | 遽檎ィョ | 111001111010111110001100111001111010100010101110 | e7af8ce7a8ae |
EUC-JP | 遽檎ィョ | 1110111010110001101110001110100110001110101010001000111010101110 | eeb1b8e98ea88eae |
UTF-8 | 遽檎ィョ | 111010011000000110111101111001101010101010001110111011111011110110101000111011111011110110101110 | e981bde6aa8eefbda8efbdae |
UHC | 遽檎?? | 110010111110100011010000110101010011111100111111 | cbe8d0d53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)