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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???肉? | 001111110011111100111111100100111111011100111111 | 3f3f3f93f73f |
EUC-JP | ??ʼn肉? | 0011111100111111100011111010100111001010110001101111100100111111 | 3f3f8fa9cac6f93f |
UTF-8 | 咽뉖ʼn肉낲 | 1110111110100110100111101110101110001001100101101100010110001001111010001000001010001001111010111000001010110010 | efa69eeb8996c589e88289eb82b2 |
UHC | 咽뉖ʼn肉낲 | 11100110111011001000011111101011101010011011000011101011101111111000011001000110 | e6ec87eba9b0ebbf8646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)