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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 뤵좁쵍흐롒렟 | 111010111010010010110101111011001010001010000001111011001011010110001101111011011001110110010000111010111010000110010010111010111010000010011111 | eba4b5eca281ecb58ded9d90eba192eba09f |
UHC | 뤵좁쵍흐롒렟 | 100011111110001111000001101111001010110010001111110010001110010110001110110101111000111010110000 | 8fe3c1bcac8fc8e58ed78eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)