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 | 筌????╋ | 1110001010100011001111110011111100111111001111111000010010110100 | e2a33f3f3f3f84b4 |
EUC-JP | 筌??沅?╋ | 11100100101001010011111100111111100011111100011011101001001111111010100010110110 | e4a53f3f8fc6e93fa8b6 |
UTF-8 | 筌껓퐟沅륅╋ | 111001111010110110001100111010101011101110010011111011011001000010011111111001101011001010000101111010111010010110000101111000101001010110001011 | e7ad8ceabb93ed909fe6b285eba585e2958b |
UHC | 筌껓퐟沅륅╋ | 111011111010011110000011111011111011110110001000111010101011011010001111111011111010011010110110 | efa783efbd88eab68fefa6b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)