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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ??勖?? | 00111111001111111000111110110011111011010011111100111111 | 3f3f8fb3ed3f3f |
UTF-8 | 飇렖勖펜렪 | 111010011010001110000111111010111010000010010110111001011000101110010110111011011000111010011100111010111010000010101010 | e9a387eba096e58b96ed8e9ceba0aa |
UHC | 飇렖勖펜렪 | 11111000111111001000111010101011111010011110110111000110111001101000111010111000 | f8fc8eabe9edc6e68eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)