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 | 豎梦律粐シ | 111001101011000110011010111010111001011110100101111000101110001010111100 | e6b19aeb97a5e2e2bc |
EUC-JP | 豎梦律粐シ | 11101100101100111101010011101101110011101010011111100100111001001000111010111100 | ecb3d4edcea7e4e48ebc |
UTF-8 | 豎梦律粐シ | 111010001011000110001110111001101010001010100110111001011011111010001011111001111011001010010000111011111011110110111100 | e8b18ee6a2a6e5be8be7b290efbdbc |
UHC | ??律?? | 001111110011111111010111110010000011111100111111 | 3f3fd7c83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)