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 | 裵カ餧ア | 111110111010001010110110111110111111100010110001 | fba2b6fbf8b1 |
EUC-JP | 裵カ餧ア | 10001111110111001101001110001110101101101000111111101000110111011000111010110001 | 8fdcd38eb68fe8dd8eb1 |
UTF-8 | 裵カ餧ア | 111010001010001110110101111011111011110110110110111010011010010010100111111011111011110110110001 | e8a3b5efbdb6e9a4a7efbdb1 |
UHC | 裵??? | 1101101111010001001111110011111100111111 | dbd13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)