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 | ?ユ?楷? | 00111111100000111000011000111111100111101011001000111111 | 3f83863f9eb23f |
EUC-JP | ?ユ?楷? | 00111111101001011110011000111111110111001011010000111111 | 3fa5e63fdcb43f |
UTF-8 | 怜ユ쇂楷랂 | 111011111010011010101100111000111000001110100110111011001000011110000010111001101010010110110111111010111001111010000010 | efa6ace383a6ec8782e6a5b7eb9e82 |
UHC | 怜ユ쇂楷랂 | 11100111101100001010101111100110100110011011011011111010101011001000110111101110 | e7b0abe699b6faac8dee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)