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 | 蒔鈆「齊キ | 11110001111000101000111010101010111110111100000110100010111010101000111010110111 | f1e28eaafbc1a2ea8eb7 |
EUC-JP | ?蒔鈆「齊キ | 001111111011110010101100100011111110001110111100100011101010001011110011111011101000111010110111 | 3fbcac8fe3bc8ea2f3ee8eb7 |
UTF-8 | 蒔鈆「齊キ | 111011101000010110011101111010001001001010010100111010011000100010000110111011111011110110100010111010011011110110001010111011111011110110110111 | ee859de89294e98886efbda2e9bd8aefbdb7 |
UHC | ?蒔??齊? | 0011111111100011110010000011111100111111111100001011101000111111 | 3fe3c83f3ff0ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)