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 | 掩??竊?┏ | 100010011000011000111111001111111110001010000110001111111000010010101100 | 89863f3fe2863f84ac |
EUC-JP | 掩??竊?┏ | 101100011110011000111111001111111110001111100110001111111010100010101110 | b1e63f3fe3e63fa8ae |
UTF-8 | 掩뽰엺竊숁┏ | 111001101000111010101001111010111011110110110000111011001001011110111010111001111010101110001010111011001000100010000001111000101001010010001111 | e68ea9ebbdb0ec97bae7ab8aec8881e2948f |
UHC | 掩뽰엺竊숁┏ | 111001011111001110010110111011001001111010001100111011111011110010011001111001101010011010101110 | e5f396ec9e8cefbc99e6a6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)