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 | ?????k | 001111110011111100111111001111110011111101101011 | 3f3f3f3f3f6b |
SJIS-WIN | 韶皮キ貞竅k | 11101000111011101001010011100111101101111001001011100101111000101000000101101011 | e8ee94e7b792e5e2816b |
EUC-JP | 韶皮キ貞竅k | 1111000011110000110010001110100110001110101101111100010011100111111000111110000101101011 | f0f0c8e98eb7c4e7e3e16b |
UTF-8 | 韶皮キ貞竅k | 11101001100111111011011011100111100110101010111011101111101111011011011111101000101100101001111011100111101010111000010101101011 | e99fb6e79aaeefbdb7e8b29ee7ab856b |
UHC | 韶皮?貞竅k | 11100001110100101111100110101011001111111110111111110110110100001010101101101011 | e1d2f9ab3feff6d0ab6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)