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 | ??肢?地? | 0011111100111111100011101000100000111111100100100110111000111111 | 3f3f8e883f926e3f |
EUC-JP | ??肢?地? | 0011111100111111101110111110100000111111110000111100111100111111 | 3f3fbbe83fc3cf3f |
UTF-8 | 戶렱肢렖地렊 | 111001101000100010110110111010111010000010110001111010001000001010100010111010111010000010010110111001011001110010110000111010111010000010001010 | e688b6eba0b1e882a2eba096e59cb0eba08a |
UHC | 戶렱肢렖地렊 | 111110111100001010001110101111101111001010110110100011101010101111110010101000101000111010100001 | fbc28ebef2b68eabf2a28ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)