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 | 畑???θ? | 1001010010101000001111110011111100111111100000111100011000111111 | 94a83f3f3f83c63f |
EUC-JP | 畑??靷θ? | 11001000101010100011111100111111100011111110011110111101101001101100100000111111 | c8aa3f3f8fe7bda6c83f |
UTF-8 | 畑뱀룆靷θ몛 | 1110011110010101100100011110101110110001100000001110101110100011100001101110100110011101101101111100111010111000111010111010101010011011 | e79591ebb180eba386e99db7ceb8ebaa9b |
UHC | 畑뱀룆靷θ몛 | 111011111010010110111001111011001000111110000101111011001110011010100101111010001001000110001001 | efa5b9ec8f85ece6a5e89189 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)