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 | 鈺???θ? | 1111101111000100001111110011111100111111100000111100011000111111 | fbc43f3f3f83c63f |
EUC-JP | 鈺??瑗θ? | 1000111111100011110101010011111100111111100011111100110011000000101001101100100000111111 | 8fe3d53f3f8fccc0a6c83f |
UTF-8 | 鈺쏙퐟瑗θ뤃 | 1110100110001000101110101110110010001111100110011110110110010000100111111110011110010001100101111100111010111000111010111010010010000011 | e988baec8f99ed909fe79197ceb8eba483 |
UHC | 鈺쏙퐟瑗θ뤃 | 111010001010110110111101111011111011110110001000111010101011110010100101111010001000111110110100 | e8adbdefbd88eabca5e88fb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)