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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 弱??蘂 | 100011101110001100111111001111111110010101000001 | 8ee33f3fe541 |
EUC-JP | 弱??蘂 | 101111001110010100111111001111111110100110100010 | bce53f3fe9a2 |
UTF-8 | 弱뉖젡蘂 | 111001011011110010110001111010111000100110010110111011001010000010100001111010001001100010000010 | e5bcb1eb8996eca0a1e89882 |
UHC | 弱뉖젡蘂 | 1110010110110000100001111110101110100000100110101110011111011110 | e5b087eba09ae7de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)