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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲⑥???┬ | 111000011001111110000111010001010011111100111111001111111000010010100110 | e19f87453f3f3f84a6 |
EUC-JP | 癲????┬ | 1110001010100001001111110011111100111111001111111010100010101000 | e2a13f3f3f3fa8a8 |
UTF-8 | 癲⑥띂劉⑼┬ | 111001111001100110110010111000101001000110100101111010111001110110000010111011111010011110000111111000101001000110111100111000101001010010101100 | e799b2e291a5eb9d82efa787e291bce294ac |
UHC | 癲⑥띂劉⑼┬ | 111011111010011010101000111011001000110110111101111010101110010110101001111011111010011010101000 | efa6a8ec8dbdeae5a9efa6a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)