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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 拭穗拭穗^ | 100100000100000011100010011011101001000001000000111000100110111001011110 | 9040e26e9040e26e5e |
EUC-JP | 拭穗拭穗^ | 101111111010000111100011110011111011111110100001111000111100111101011110 | bfa1e3cfbfa1e3cf5e |
UTF-8 | 拭穗拭穗^ | 11100110100010111010110111100111101010011001011111100110100010111010110111100111101010011001011101011110 | e68bade7a997e68bade7a9975e |
UHC | 拭穗拭穗^ | 111000111101010011100010101101001110001111010100111000101011010001011110 | e3d4e2b4e3d4e2b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)